Searched defs:pqi_aio_r1_path_request (Results 1 – 1 of 1) sorted by relevance
331 struct pqi_aio_r1_path_request { struct332 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 …]