Lines Matching defs:pqi_aio_r1_path_request
331 struct pqi_aio_r1_path_request { struct
332 struct pqi_iu_header header;
333 __le16 request_id;
334 __le16 volume_id; /* ID of the RAID volume */
335 __le32 it_nexus_1; /* IT nexus of the 1st drive in the RAID volume */
336 __le32 it_nexus_2; /* IT nexus of the 2nd drive in the RAID volume */
337 __le32 it_nexus_3; /* IT nexus of the 3rd drive in the RAID volume */
338 __le32 data_length; /* total bytes to read/write */
339 u8 data_direction : 2;
340 u8 partial : 1;
341 u8 memory_type : 1;
342 u8 fence : 1;
343 u8 encryption_enable : 1;
344 u8 reserved : 2;
345 u8 task_attribute : 3;
346 u8 command_priority : 4;
347 u8 reserved2 : 1;
348 __le16 data_encryption_key_index;
349 u8 cdb[16];
350 __le16 error_index;
351 u8 num_sg_descriptors;
352 u8 cdb_length;
353 u8 num_drives; /* number of drives in the RAID volume (2 or 3) */
354 u8 reserved3[3];
355 __le32 encrypt_tweak_lower;
356 __le32 encrypt_tweak_upper;
357 struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];