Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1059 struct phy_error_log_reply { struct
1089 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() argument
1148 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()
1180 sizeof(struct phy_error_log_reply)); in _transport_get_expander_phy_error_log()
1212 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()
1215 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()
1220 ioc->name, phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()
1223 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()
1225 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()
1227 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()
[all …]