Home
last modified time | relevance | path

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

/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c262 struct rep_manu_reply { struct
263 u8 smp_frame_type; /* 0x41 */
264 u8 function; /* 0x01 */
265 u8 function_result;
266 u8 response_length;
267 u16 expander_change_count;
268 u8 reserved0[2];
269 u8 sas_format;
270 u8 reserved2[3];
271 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];
[all …]
/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c258 struct rep_manu_reply{ struct
259 u8 smp_frame_type; /* 0x41 */
260 u8 function; /* 0x01 */
261 u8 function_result;
262 u8 response_length;
263 u16 expander_change_count;
264 u8 reserved0[2];
265 u8 sas_format;
266 u8 reserved2[3];
267 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];
[all …]
/drivers/message/fusion/
Dmptsas.c2807 struct rep_manu_reply{ struct
2808 u8 smp_frame_type; /* 0x41 */
2809 u8 function; /* 0x01 */
2810 u8 function_result;
2811 u8 response_length;
2812 u16 expander_change_count;
2813 u8 reserved0[2];
2814 u8 sas_format:1;
2815 u8 reserved1:7;
2816 u8 reserved2[3];
[all …]