Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_compat.h75 struct ccb_pathinq_0x17 { struct
76 struct ccb_hdr_0x17 ccb_h;
77 uint8_t version_num; /* Version number for the SIM/HBA */
78 uint8_t hba_inquiry; /* Mimic of INQ byte 7 for the HBA */
79 uint8_t target_sprt; /* Flags for target mode support */
80 uint8_t hba_misc; /* Misc HBA features */
81 uint16_t hba_eng_cnt; /* HBA engine count */
83 uint8_t vuhba_flags[VUHBALEN];
84 uint32_t max_target; /* Maximum supported Target */
85 uint32_t max_lun; /* Maximum supported Lun */
[all …]