Searched defs:pqi_aio_r1_path_request (Results 1 – 1 of 1) sorted by relevance
319 struct pqi_aio_r1_path_request { struct320 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;[all …]