Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1236 struct phy_error_log_reply { struct
1266 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() local
1304 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()
1337 sizeof(struct phy_error_log_reply)); in _transport_get_expander_phy_error_log()
1367 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()
1370 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()
1375 phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()
1378 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()
1380 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()
1382 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()
[all …]
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c2489 struct phy_error_log_reply { struct
2519 struct phy_error_log_reply *phy_error_log_reply; in mpi3mr_get_expander_phy_error_log() argument
2536 data_in_sz = sizeof(struct phy_error_log_reply); in mpi3mr_get_expander_phy_error_log()
2546 phy_error_log_reply = data_out + data_out_sz; in mpi3mr_get_expander_phy_error_log()
2588 sizeof(struct phy_error_log_reply)) in mpi3mr_get_expander_phy_error_log()
2593 phy_error_log_reply->function_result); in mpi3mr_get_expander_phy_error_log()
2596 be32_to_cpu(phy_error_log_reply->invalid_dword); in mpi3mr_get_expander_phy_error_log()
2598 be32_to_cpu(phy_error_log_reply->running_disparity_error); in mpi3mr_get_expander_phy_error_log()
2600 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in mpi3mr_get_expander_phy_error_log()
2602 be32_to_cpu(phy_error_log_reply->phy_reset_problem); in mpi3mr_get_expander_phy_error_log()