Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1051 struct phy_error_log_reply { struct
1081 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() argument
1141 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()
1173 sizeof(struct phy_error_log_reply)); in _transport_get_expander_phy_error_log()
1206 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()
1209 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()
1214 ioc->name, phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()
1217 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()
1219 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()
1221 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()
[all …]
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c1055 struct phy_error_log_reply{ struct
1085 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() argument
1146 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()
1191 sizeof(struct phy_error_log_reply), data_out_dma + in _transport_get_expander_phy_error_log()
1224 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()
1227 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()
1232 ioc->name, phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()
1235 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()
1237 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()
1239 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()
[all …]