Home
last modified time | relevance | path

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

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