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.h727 struct ccb_smpio { struct
728 struct ccb_hdr ccb_h;
729 uint8_t *smp_request;
730 int smp_request_len;
731 uint16_t smp_request_sglist_cnt;
732 uint8_t *smp_response;
733 int smp_response_len;
734 uint16_t smp_response_sglist_cnt;
735 ccb_smp_pass_flags flags;