Searched defs:rep_manu_reply (Results 1 – 3 of 3) sorted by relevance
325 struct rep_manu_reply { struct326 u8 smp_frame_type; /* 0x41 */327 u8 function; /* 0x01 */328 u8 function_result;329 u8 response_length;330 u16 expander_change_count;331 u8 reserved0[2];332 u8 sas_format;333 u8 reserved2[3];334 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring;[all …]
99 struct rep_manu_reply { struct100 u8 smp_frame_type; /* 0x41 */101 u8 function; /* 0x01 */102 u8 function_result;103 u8 response_length;104 u16 expander_change_count;105 u8 reserved0[2];106 u8 sas_format;107 u8 reserved2[3];108 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring;[all …]
2826 struct rep_manu_reply{ struct2827 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 …]