Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/mpt3sas/
A 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() argument
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.3-rc2/drivers/scsi/mpi3mr/
A Dmpi3mr_transport.c2492 struct phy_error_log_reply { struct
2522 struct phy_error_log_reply *phy_error_log_reply; in mpi3mr_get_expander_phy_error_log() argument
2539 data_in_sz = sizeof(struct phy_error_log_reply); in mpi3mr_get_expander_phy_error_log()
2549 phy_error_log_reply = data_out + data_out_sz; in mpi3mr_get_expander_phy_error_log()
2591 sizeof(struct phy_error_log_reply)) in mpi3mr_get_expander_phy_error_log()
2596 phy_error_log_reply->function_result); in mpi3mr_get_expander_phy_error_log()
2599 be32_to_cpu(phy_error_log_reply->invalid_dword); in mpi3mr_get_expander_phy_error_log()
2601 be32_to_cpu(phy_error_log_reply->running_disparity_error); in mpi3mr_get_expander_phy_error_log()
2603 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in mpi3mr_get_expander_phy_error_log()
2605 be32_to_cpu(phy_error_log_reply->phy_reset_problem); in mpi3mr_get_expander_phy_error_log()

Completed in 12 milliseconds