Home
last modified time | relevance | path

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

/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1050 struct phy_error_log_reply { struct
1080 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() argument
1140 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()
1172 sizeof(struct phy_error_log_reply)); in _transport_get_expander_phy_error_log()
1205 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()
1208 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()
1213 ioc->name, phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()
1216 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()
1218 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()
1220 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()
[all …]
/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c1054 struct phy_error_log_reply{ struct
1084 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() argument
1145 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()
1190 sizeof(struct phy_error_log_reply), data_out_dma + in _transport_get_expander_phy_error_log()
1223 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()
1226 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()
1231 ioc->name, phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()
1234 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()
1236 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()
1238 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()
[all …]