Searched refs:phy_error_log_reply (Results 1 – 2 of 2) sorted by relevance
1236 struct phy_error_log_reply { struct1266 struct phy_error_log_reply *phy_error_log_reply; in _transport_get_expander_phy_error_log() local1304 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 …]
2489 struct phy_error_log_reply { struct2519 struct phy_error_log_reply *phy_error_log_reply; in mpi3mr_get_expander_phy_error_log() argument2536 data_in_sz = sizeof(struct phy_error_log_reply); in mpi3mr_get_expander_phy_error_log()2546 phy_error_log_reply = data_out + data_out_sz; in mpi3mr_get_expander_phy_error_log()2588 sizeof(struct phy_error_log_reply)) in mpi3mr_get_expander_phy_error_log()2593 phy_error_log_reply->function_result); in mpi3mr_get_expander_phy_error_log()2596 be32_to_cpu(phy_error_log_reply->invalid_dword); in mpi3mr_get_expander_phy_error_log()2598 be32_to_cpu(phy_error_log_reply->running_disparity_error); in mpi3mr_get_expander_phy_error_log()2600 be32_to_cpu(phy_error_log_reply->loss_of_dword_sync); in mpi3mr_get_expander_phy_error_log()2602 be32_to_cpu(phy_error_log_reply->phy_reset_problem); in mpi3mr_get_expander_phy_error_log()