Symbol: phy_error_log_request
drivers/scsi/mpi3mr/mpi3mr_transport.c
2567
struct phy_error_log_request *phy_error_log_request;
drivers/scsi/mpi3mr/mpi3mr_transport.c
2589
data_out_sz = sizeof(struct phy_error_log_request);
drivers/scsi/mpi3mr/mpi3mr_transport.c
2604
phy_error_log_request = data_out;
drivers/scsi/mpi3mr/mpi3mr_transport.c
2605
phy_error_log_request->smp_frame_type = 0x40;
drivers/scsi/mpi3mr/mpi3mr_transport.c
2606
phy_error_log_request->function = 0x11;
drivers/scsi/mpi3mr/mpi3mr_transport.c
2607
phy_error_log_request->request_length = 2;
drivers/scsi/mpi3mr/mpi3mr_transport.c
2608
phy_error_log_request->allocated_response_length = 0;
drivers/scsi/mpi3mr/mpi3mr_transport.c
2609
phy_error_log_request->phy_identifier = phy->number;
drivers/scsi/mpt3sas/mpt3sas_transport.c
1271
struct phy_error_log_request *phy_error_log_request;
drivers/scsi/mpt3sas/mpt3sas_transport.c
1309
sz = sizeof(struct phy_error_log_request) +
drivers/scsi/mpt3sas/mpt3sas_transport.c
1323
phy_error_log_request = data_out;
drivers/scsi/mpt3sas/mpt3sas_transport.c
1324
phy_error_log_request->smp_frame_type = 0x40;
drivers/scsi/mpt3sas/mpt3sas_transport.c
1325
phy_error_log_request->function = 0x11;
drivers/scsi/mpt3sas/mpt3sas_transport.c
1326
phy_error_log_request->request_length = 2;
drivers/scsi/mpt3sas/mpt3sas_transport.c
1327
phy_error_log_request->allocated_response_length = 0;
drivers/scsi/mpt3sas/mpt3sas_transport.c
1328
phy_error_log_request->phy_identifier = phy->number;
drivers/scsi/mpt3sas/mpt3sas_transport.c
1337
cpu_to_le16(sizeof(struct phy_error_log_request));
drivers/scsi/mpt3sas/mpt3sas_transport.c
1341
sizeof(struct phy_error_log_request),
drivers/scsi/mpt3sas/mpt3sas_transport.c
1342
data_out_dma + sizeof(struct phy_error_log_request),
drivers/scsi/mpt3sas/mpt3sas_transport.c
1377
sizeof(struct phy_error_log_request);
drivers/scsi/mpt3sas/mpt3sas_transport.c
1633
cpu_to_le16(sizeof(struct phy_error_log_request));