Lines Matching defs:rep_manu_reply
2827 struct rep_manu_reply{ struct
2828 u8 smp_frame_type; /* 0x41 */
2829 u8 function; /* 0x01 */
2830 u8 function_result;
2831 u8 response_length;
2832 u16 expander_change_count;
2833 u8 reserved0[2];
2834 u8 sas_format:1;
2835 u8 reserved1:7;
2836 u8 reserved2[3];
2837 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN];
2838 u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN];
2839 u8 product_rev[SAS_EXPANDER_PRODUCT_REV_LEN];
2840 u8 component_vendor_id[SAS_EXPANDER_COMPONENT_VENDOR_ID_LEN];
2841 u16 component_id;
2865 struct rep_manu_reply *manufacture_reply; in mptsas_exp_repmanufacture_info() argument