Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1242 struct phy_error_log_reply { struct
1272 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() argument
1310 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()
1343 sizeof(struct phy_error_log_reply)); in _transport_get_expander_phy_error_log()
1373 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()
1376 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()
1381 phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()
1384 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()
1386 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()
1388 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()
[all …]
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c2516 struct phy_error_log_reply { struct
2546 struct phy_error_log_reply *phy_error_log_reply; in mpi3mr_get_expander_phy_error_log() argument
2568 data_in_sz = sizeof(struct phy_error_log_reply); in mpi3mr_get_expander_phy_error_log()
2578 phy_error_log_reply = data_out + data_out_sz; in mpi3mr_get_expander_phy_error_log()
2620 sizeof(struct phy_error_log_reply)) in mpi3mr_get_expander_phy_error_log()
2625 phy_error_log_reply->function_result); in mpi3mr_get_expander_phy_error_log()
2628 be32_to_cpu(phy_error_log_reply->invalid_dword); in mpi3mr_get_expander_phy_error_log()
2630 be32_to_cpu(phy_error_log_reply->running_disparity_error); in mpi3mr_get_expander_phy_error_log()
2632 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in mpi3mr_get_expander_phy_error_log()
2634 be32_to_cpu(phy_error_log_reply->phy_reset_problem); in mpi3mr_get_expander_phy_error_log()