Home
last modified time | relevance | path

Searched defs:pqi_aio_r1_path_request (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/scsi/smartpqi/
Dsmartpqi.h331 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;
[all …]