Lines Matching defs:ccb_pathinq_0x17
75 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 */
86 uint32_t async_flags; /* Installed Async handlers */
87 path_id_t hpath_id; /* Highest Path ID in the subsystem */
88 target_id_t initiator_id; /* ID of the HBA on the SCSI bus */
89 char sim_vid[SIM_IDLEN]; /* Vendor ID of the SIM */
90 char hba_vid[HBA_IDLEN]; /* Vendor ID of the HBA */
91 char dev_name[DEV_IDLEN];/* Device name for SIM */
92 uint32_t unit_number; /* Unit number for SIM */
93 uint32_t bus_id; /* Bus ID for SIM */
94 uint32_t base_transfer_speed;/* Base bus speed in KB/sec */
95 cam_proto protocol;
96 u_int protocol_version;
97 cam_xport transport;
98 u_int transport_version;
99 union {
104 } xport_specific;
105 u_int maxio; /* Max supported I/O size, in bytes. */
106 uint16_t hba_vendor; /* HBA vendor ID */
107 uint16_t hba_device; /* HBA device ID */
108 uint16_t hba_subvendor; /* HBA subvendor ID */
109 uint16_t hba_subdevice; /* HBA subdevice ID */