Lines Matching defs:pqi_raid_path_request
258 struct pqi_raid_path_request { struct
259 struct pqi_iu_header header;
260 __le16 request_id;
261 __le16 nexus_id;
262 __le32 buffer_length;
263 u8 lun_number[8];
264 __le16 protocol_specific;
265 u8 data_direction : 2;
266 u8 partial : 1;
267 u8 reserved1 : 4;
268 u8 fence : 1;
269 __le16 error_index;
270 u8 reserved2;
271 u8 task_attribute : 3;
272 u8 command_priority : 4;
273 u8 reserved3 : 1;
274 u8 reserved4 : 2;
275 u8 additional_cdb_bytes_usage : 3;
276 u8 reserved5 : 3;
277 u8 cdb[32];
279 sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];