Searched defs:ccb_hdr (Results 1 – 1 of 1) sorted by relevance
346 struct ccb_hdr { struct347 cam_pinfo pinfo; /* Info for priority scheduling */348 camq_entry xpt_links; /* For chaining in the XPT layer */349 camq_entry sim_links; /* For chaining in the SIM layer */350 camq_entry periph_links; /* For chaining in the type driver */352 uint16_t retry_count;353 uint16_t alloc_flags; /* ccb_alloc_flags */377 struct ccb_hdr ccb_h; argument