Home
last modified time | relevance | path

Searched defs:ccb_hdr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/
H A Dcam_ccb.h348 struct ccb_hdr { struct
349 cam_pinfo pinfo; /* Info for priority scheduling */
350 camq_entry xpt_links; /* For chaining in the XPT layer */
351 camq_entry sim_links; /* For chaining in the SIM layer */
352 camq_entry periph_links; /* For chaining in the type driver */
354 uint16_t retry_count;
355 uint16_t alloc_flags; /* ccb_alloc_flags */
379 struct ccb_hdr ccb_h; argument