Searched refs:phy_error_log_reply (Results 1 – 2 of 2) sorted by relevance
1242 struct phy_error_log_reply { struct1272 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() argument1310 sizeof(struct phy_error_log_reply); in _transport_get_expander_phy_error_log()1343 sizeof(struct phy_error_log_reply)); in _transport_get_expander_phy_error_log()1373 sizeof(struct phy_error_log_reply)) in _transport_get_expander_phy_error_log()1376 phy_error_log_reply = data_out + in _transport_get_expander_phy_error_log()1381 phy_error_log_reply->function_result)); in _transport_get_expander_phy_error_log()1384 be32_to_cpu(phy_error_log_reply->invalid_dword); in _transport_get_expander_phy_error_log()1386 be32_to_cpu(phy_error_log_reply->running_disparity_error); in _transport_get_expander_phy_error_log()1388 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in _transport_get_expander_phy_error_log()[all …]
2528 struct phy_error_log_reply { struct2558 struct phy_error_log_reply *phy_error_log_reply; in mpi3mr_get_expander_phy_error_log() argument2580 data_in_sz = sizeof(struct phy_error_log_reply); in mpi3mr_get_expander_phy_error_log()2590 phy_error_log_reply = data_out + data_out_sz; in mpi3mr_get_expander_phy_error_log()2632 sizeof(struct phy_error_log_reply)) in mpi3mr_get_expander_phy_error_log()2637 phy_error_log_reply->function_result); in mpi3mr_get_expander_phy_error_log()2640 be32_to_cpu(phy_error_log_reply->invalid_dword); in mpi3mr_get_expander_phy_error_log()2642 be32_to_cpu(phy_error_log_reply->running_disparity_error); in mpi3mr_get_expander_phy_error_log()2644 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in mpi3mr_get_expander_phy_error_log()2646 be32_to_cpu(phy_error_log_reply->phy_reset_problem); in mpi3mr_get_expander_phy_error_log()