Searched defs:aac_hba_cmd_req (Results 1 – 1 of 1) sorted by relevance
187 struct aac_hba_cmd_req { struct188 u8 iu_type; /* HBA information unit type */195 u8 byte1;196 u8 reply_qid; /* Host reply queue to post response to */197 u8 reserved1;198 __le32 it_nexus; /* Device handle for the request */199 __le32 request_id; /* Sender context */201 __le32 tweak_value_lo;202 u8 cdb[16]; /* SCSI CDB of the command */203 u8 lun[8]; /* SCSI LUN of the command */[all …]