Searched defs:rep_manu_reply (Results 1 – 3 of 3) sorted by relevance
263 struct rep_manu_reply { struct264 u8 smp_frame_type; /* 0x41 */265 u8 function; /* 0x01 */266 u8 function_result;267 u8 response_length;268 u16 expander_change_count;269 u8 reserved0[2];270 u8 sas_format;271 u8 reserved2[3];272 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];[all …]
259 struct rep_manu_reply{ struct260 u8 smp_frame_type; /* 0x41 */261 u8 function; /* 0x01 */262 u8 function_result;263 u8 response_length;264 u16 expander_change_count;265 u8 reserved0[2];266 u8 sas_format;267 u8 reserved2[3];268 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];[all …]
2804 struct rep_manu_reply{ struct2805 u8 smp_frame_type; /* 0x41 */2806 u8 function; /* 0x01 */2807 u8 function_result;2808 u8 response_length;2809 u16 expander_change_count;2810 u8 reserved0[2];2811 u8 sas_format:1;2812 u8 reserved1:7;2813 u8 reserved2[3];[all …]