Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c322 struct rep_manu_reply { struct
323 u8 smp_frame_type; /* 0x41 */
324 u8 function; /* 0x01 */
325 u8 function_result;
326 u8 response_length;
327 u16 expander_change_count;
328 u8 reserved0[2];
329 u8 sas_format;
330 u8 reserved2[3];
331 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];
[all …]
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c100 struct rep_manu_reply { struct
101 u8 smp_frame_type; /* 0x41 */
102 u8 function; /* 0x01 */
103 u8 function_result;
104 u8 response_length;
105 u16 expander_change_count;
106 u8 reserved0[2];
107 u8 sas_format;
108 u8 reserved2[3];
109 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];
[all …]
/linux-6.1.9/drivers/message/fusion/
Dmptsas.c2826 struct rep_manu_reply{ struct
2827 u8 smp_frame_type; /* 0x41 */
2828 u8 function; /* 0x01 */
2829 u8 function_result;
2830 u8 response_length;
2831 u16 expander_change_count;
2832 u8 reserved0[2];
2833 u8 sas_format:1;
2834 u8 reserved1:7;
2835 u8 reserved2[3];
[all …]