Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c255 struct rep_manu_reply{ struct
256 u8 smp_frame_type; /* 0x41 */
257 u8 function; /* 0x01 */
258 u8 function_result;
259 u8 response_length;
260 u16 expander_change_count;
261 u8 reserved0[2];
262 u8 sas_format;
263 u8 reserved2[3];
264 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];
[all …]
/linux-3.4.99/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 …]