Lines Matching defs:aac_hba_cmd_req
187 struct aac_hba_cmd_req { struct
188 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 */
206 __le32 data_length;
209 u8 attr_prio;
212 u8 emb_data_desc_count;
214 __le16 dek_index; /* DEK index for crypto enabled IOs */
217 __le32 error_ptr_lo;
220 __le32 error_ptr_hi;
223 __le32 error_length;
226 __le32 tweak_value_hi;
228 struct aac_hba_sgl sge[HBA_MAX_SG_SEPARATE+2]; /* SG list space */