Lines Matching defs:pqi_aio_path_request
302 struct pqi_aio_path_request { struct
303 struct pqi_iu_header header;
304 __le16 request_id;
305 u8 reserved1[2];
306 __le32 nexus_id;
307 __le32 buffer_length;
308 u8 data_direction : 2;
309 u8 partial : 1;
310 u8 memory_type : 1;
311 u8 fence : 1;
312 u8 encryption_enable : 1;
313 u8 reserved2 : 2;
314 u8 task_attribute : 3;
315 u8 command_priority : 4;
316 u8 reserved3 : 1;
317 __le16 data_encryption_key_index;
318 __le32 encrypt_tweak_lower;
319 __le32 encrypt_tweak_upper;
320 u8 cdb[16];
321 __le16 error_index;
322 u8 num_sg_descriptors;
323 u8 cdb_length;
324 u8 lun_number[8];
325 u8 reserved4[4];
326 struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];