Home
last modified time | relevance | path

Searched refs:phy_error_log_reply (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1246 struct phy_error_log_reply { struct
1276 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() argument
1314 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()
1347 sizeof(struct phy_error_log_reply)); in _transport_get_expander_phy_error_log()
1377 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()
1380 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()
1385 phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()
1388 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()
1390 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()
1392 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()
[all …]
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c2499 struct phy_error_log_reply { struct
2529 struct phy_error_log_reply *phy_error_log_reply; in mpi3mr_get_expander_phy_error_log() argument
2546 data_in_sz = sizeof(struct phy_error_log_reply); in mpi3mr_get_expander_phy_error_log()
2556 phy_error_log_reply = data_out + data_out_sz; in mpi3mr_get_expander_phy_error_log()
2598 sizeof(struct phy_error_log_reply)) in mpi3mr_get_expander_phy_error_log()
2603 phy_error_log_reply->function_result); in mpi3mr_get_expander_phy_error_log()
2606 be32_to_cpu(phy_error_log_reply->invalid_dword); in mpi3mr_get_expander_phy_error_log()
2608 be32_to_cpu(phy_error_log_reply->running_disparity_error); in mpi3mr_get_expander_phy_error_log()
2610 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in mpi3mr_get_expander_phy_error_log()
2612 be32_to_cpu(phy_error_log_reply->phy_reset_problem); in mpi3mr_get_expander_phy_error_log()