Searched refs:manufacture_reply (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 358 struct rep_manu_reply *manufacture_reply; in _transport_expander_report_manufacture() local 460 manufacture_reply = data_out + sizeof(struct rep_manu_request); in _transport_expander_report_manufacture() 461 strncpy(edev->vendor_id, manufacture_reply->vendor_id, in _transport_expander_report_manufacture() 463 strncpy(edev->product_id, manufacture_reply->product_id, in _transport_expander_report_manufacture() 465 strncpy(edev->product_rev, manufacture_reply->product_rev, in _transport_expander_report_manufacture() 467 edev->level = manufacture_reply->sas_format & 1; in _transport_expander_report_manufacture() 470 manufacture_reply->component_vendor_id, in _transport_expander_report_manufacture() 472 tmp = (u8 *)&manufacture_reply->component_id; in _transport_expander_report_manufacture() 475 manufacture_reply->component_revision_id; in _transport_expander_report_manufacture()
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 132 struct rep_manu_reply *manufacture_reply; in mpi3mr_report_manufacture() local 162 manufacture_reply = data_out + data_out_sz; in mpi3mr_report_manufacture() 212 strscpy(edev->vendor_id, manufacture_reply->vendor_id, in mpi3mr_report_manufacture() 214 strscpy(edev->product_id, manufacture_reply->product_id, in mpi3mr_report_manufacture() 216 strscpy(edev->product_rev, manufacture_reply->product_rev, in mpi3mr_report_manufacture() 218 edev->level = manufacture_reply->sas_format & 1; in mpi3mr_report_manufacture() 221 manufacture_reply->component_vendor_id, in mpi3mr_report_manufacture() 223 tmp = (u8 *)&manufacture_reply->component_id; in mpi3mr_report_manufacture() 226 manufacture_reply->component_revision_id; in mpi3mr_report_manufacture()
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptsas.c | 2864 struct rep_manu_reply *manufacture_reply; in mptsas_exp_repmanufacture_info() local 2966 manufacture_reply = data_out + sizeof(struct rep_manu_request); in mptsas_exp_repmanufacture_info() 2967 strncpy(edev->vendor_id, manufacture_reply->vendor_id, in mptsas_exp_repmanufacture_info() 2969 strncpy(edev->product_id, manufacture_reply->product_id, in mptsas_exp_repmanufacture_info() 2971 strncpy(edev->product_rev, manufacture_reply->product_rev, in mptsas_exp_repmanufacture_info() 2973 edev->level = manufacture_reply->sas_format; in mptsas_exp_repmanufacture_info() 2974 if (manufacture_reply->sas_format) { in mptsas_exp_repmanufacture_info() 2976 manufacture_reply->component_vendor_id, in mptsas_exp_repmanufacture_info() 2978 tmp = (u8 *)&manufacture_reply->component_id; in mptsas_exp_repmanufacture_info() 2981 manufacture_reply->component_revision_id; in mptsas_exp_repmanufacture_info()
|