Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c260 struct rep_manu_reply { struct
261 u8 smp_frame_type; /* 0x41 */
262 u8 function; /* 0x01 */
263 u8 function_result;
264 u8 response_length;
265 u16 expander_change_count;
266 u8 reserved0[2];
267 u8 sas_format;
268 u8 reserved2[3];
269 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];
[all …]
/Linux-v5.4/drivers/message/fusion/
Dmptsas.c2798 struct rep_manu_reply{ struct
2799 u8 smp_frame_type; /* 0x41 */
2800 u8 function; /* 0x01 */
2801 u8 function_result;
2802 u8 response_length;
2803 u16 expander_change_count;
2804 u8 reserved0[2];
2805 u8 sas_format:1;
2806 u8 reserved1:7;
2807 u8 reserved2[3];
[all …]