Lines Matching defs:pqi_aio_r1_path_request
319 struct pqi_aio_r1_path_request { struct
320 struct pqi_iu_header header;
321 __le16 request_id;
322 __le16 volume_id; /* ID of the RAID volume */
323 __le32 it_nexus_1; /* IT nexus of the 1st drive in the RAID volume */
324 __le32 it_nexus_2; /* IT nexus of the 2nd drive in the RAID volume */
325 __le32 it_nexus_3; /* IT nexus of the 3rd drive in the RAID volume */
326 __le32 data_length; /* total bytes to read/write */
327 u8 data_direction : 2;
328 u8 partial : 1;
329 u8 memory_type : 1;
330 u8 fence : 1;
331 u8 encryption_enable : 1;
332 u8 reserved : 2;
333 u8 task_attribute : 3;
334 u8 command_priority : 4;
335 u8 reserved2 : 1;
336 __le16 data_encryption_key_index;
337 u8 cdb[16];
338 __le16 error_index;
339 u8 num_sg_descriptors;
340 u8 cdb_length;
341 u8 num_drives; /* number of drives in the RAID volume (2 or 3) */
342 u8 reserved3[3];
343 __le32 encrypt_tweak_lower;
344 __le32 encrypt_tweak_upper;
345 struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];