Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/smartpqi/
Dsmartpqi.h352 struct pqi_aio_r56_path_request { struct
353 struct pqi_iu_header header;
354 __le16 request_id;
355 __le16 volume_id; /* ID of the RAID volume */
356 __le32 data_it_nexus; /* IT nexus for the data drive */
357 __le32 p_parity_it_nexus; /* IT nexus for the P parity drive */
358 __le32 q_parity_it_nexus; /* IT nexus for the Q parity drive */
359 __le32 data_length; /* total bytes to read/write */
360 u8 data_direction : 2;
361 u8 partial : 1;
[all …]