Lines Matching defs:manufacture_reply
2835 struct rep_manu_reply *manufacture_reply;
2936 manufacture_reply = data_out + sizeof(struct rep_manu_request);
2937 strncpy(edev->vendor_id, manufacture_reply->vendor_id,
2939 strncpy(edev->product_id, manufacture_reply->product_id,
2941 strncpy(edev->product_rev, manufacture_reply->product_rev,
2943 edev->level = manufacture_reply->sas_format;
2944 if (manufacture_reply->sas_format) {
2946 manufacture_reply->component_vendor_id,
2948 tmp = (u8 *)&manufacture_reply->component_id;
2951 manufacture_reply->component_revision_id;