Lines Matching defs:pqi_raid_path_request
265 struct pqi_raid_path_request { struct
266 struct pqi_iu_header header;
267 __le16 request_id;
268 __le16 nexus_id;
269 __le32 buffer_length;
270 u8 lun_number[8];
271 __le16 protocol_specific;
272 u8 data_direction : 2;
273 u8 partial : 1;
274 u8 reserved1 : 4;
275 u8 fence : 1;
276 __le16 error_index;
277 u8 reserved2;
278 u8 task_attribute : 3;
279 u8 command_priority : 4;
280 u8 reserved3 : 1;
281 u8 reserved4 : 2;
282 u8 additional_cdb_bytes_usage : 3;
283 u8 reserved5 : 3;
284 u8 cdb[16];
285 u8 reserved6[12];
286 __le32 timeout;
287 struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];