Lines Matching defs:manufacture_reply
2864 struct rep_manu_reply *manufacture_reply;
2966 manufacture_reply = data_out + sizeof(struct rep_manu_request);
2967 strncpy(edev->vendor_id, manufacture_reply->vendor_id,
2969 strncpy(edev->product_id, manufacture_reply->product_id,
2971 strncpy(edev->product_rev, manufacture_reply->product_rev,
2973 edev->level = manufacture_reply->sas_format;
2974 if (manufacture_reply->sas_format) {
2976 manufacture_reply->component_vendor_id,
2978 tmp = (u8 *)&manufacture_reply->component_id;
2981 manufacture_reply->component_revision_id;