Lines Matching defs:pqi_aio_path_request
290 struct pqi_aio_path_request { struct
291 struct pqi_iu_header header;
292 __le16 request_id;
293 u8 reserved1[2];
294 __le32 nexus_id;
295 __le32 buffer_length;
296 u8 data_direction : 2;
297 u8 partial : 1;
298 u8 memory_type : 1;
299 u8 fence : 1;
300 u8 encryption_enable : 1;
301 u8 reserved2 : 2;
302 u8 task_attribute : 3;
303 u8 command_priority : 4;
304 u8 reserved3 : 1;
305 __le16 data_encryption_key_index;
306 __le32 encrypt_tweak_lower;
307 __le32 encrypt_tweak_upper;
308 u8 cdb[16];
309 __le16 error_index;
310 u8 num_sg_descriptors;
311 u8 cdb_length;
312 u8 lun_number[8];
313 u8 reserved4[4];
314 struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];