Lines Matching defs:aac_hba_cmd_req
186 struct aac_hba_cmd_req { struct
187 u8 iu_type; /* HBA information unit type */
194 u8 byte1;
195 u8 reply_qid; /* Host reply queue to post response to */
196 u8 reserved1;
197 __le32 it_nexus; /* Device handle for the request */
198 __le32 request_id; /* Sender context */
200 __le32 tweak_value_lo;
201 u8 cdb[16]; /* SCSI CDB of the command */
202 u8 lun[8]; /* SCSI LUN of the command */
205 __le32 data_length;
208 u8 attr_prio;
211 u8 emb_data_desc_count;
213 __le16 dek_index; /* DEK index for crypto enabled IOs */
216 __le32 error_ptr_lo;
219 __le32 error_ptr_hi;
222 __le32 error_length;
225 __le32 tweak_value_hi;
227 struct aac_hba_sgl sge[HBA_MAX_SG_SEPARATE+2]; /* SG list space */