Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_ccb.h726 struct ccb_smpio { struct
727 struct ccb_hdr ccb_h;
728 uint8_t *smp_request;
729 int smp_request_len;
730 uint16_t smp_request_sglist_cnt;
731 uint8_t *smp_response;
732 int smp_response_len;
733 uint16_t smp_response_sglist_cnt;
734 ccb_smp_pass_flags flags;