Searched refs:rst_stats (Results 1 – 5 of 5) sorted by relevance
1838 hdev->rst_stats.vf_func_rst_cnt++; in hclgevf_reset_prepare_wait()1854 hdev->rst_stats.vf_func_rst_cnt); in hclgevf_dump_rst_info()1856 hdev->rst_stats.flr_rst_cnt); in hclgevf_dump_rst_info()1858 hdev->rst_stats.vf_rst_cnt); in hclgevf_dump_rst_info()1860 hdev->rst_stats.rst_done_cnt); in hclgevf_dump_rst_info()1862 hdev->rst_stats.hw_rst_done_cnt); in hclgevf_dump_rst_info()1864 hdev->rst_stats.rst_cnt); in hclgevf_dump_rst_info()1866 hdev->rst_stats.rst_fail_cnt); in hclgevf_dump_rst_info()1882 hdev->rst_stats.rst_fail_cnt++; in hclgevf_reset_err_handle()1884 hdev->rst_stats.rst_fail_cnt); in hclgevf_reset_err_handle()[all …]
281 struct hclgevf_rst_stats rst_stats; member
1130 hdev->rst_stats.pf_rst_cnt); in hclge_dbg_dump_rst_info()1132 hdev->rst_stats.flr_rst_cnt); in hclge_dbg_dump_rst_info()1134 hdev->rst_stats.global_rst_cnt); in hclge_dbg_dump_rst_info()1136 hdev->rst_stats.imp_rst_cnt); in hclge_dbg_dump_rst_info()1138 hdev->rst_stats.reset_done_cnt); in hclge_dbg_dump_rst_info()1140 hdev->rst_stats.hw_reset_done_cnt); in hclge_dbg_dump_rst_info()1142 hdev->rst_stats.reset_cnt); in hclge_dbg_dump_rst_info()1144 hdev->rst_stats.reset_fail_cnt); in hclge_dbg_dump_rst_info()
3088 hdev->rst_stats.imp_rst_cnt++; in hclge_check_event_cause()3097 hdev->rst_stats.global_rst_cnt++; in hclge_check_event_cause()3704 hdev->rst_stats.pf_rst_cnt++; in hclge_reset_prepare_wait()3743 } else if (hdev->rst_stats.reset_fail_cnt < MAX_RESET_FAIL_CNT) { in hclge_reset_err_handle()3744 hdev->rst_stats.reset_fail_cnt++; in hclge_reset_err_handle()3748 hdev->rst_stats.reset_fail_cnt); in hclge_reset_err_handle()3836 hdev->rst_stats.reset_cnt++; in hclge_reset_prepare()3857 hdev->rst_stats.hw_reset_done_cnt++; in hclge_reset_rebuild()3876 hdev->rst_stats.reset_fail_cnt < HCLGE_RESET_MAX_FAIL_CNT - 1) in hclge_reset_rebuild()3894 hdev->rst_stats.reset_fail_cnt = 0; in hclge_reset_rebuild()[all …]
738 struct hclge_rst_stats rst_stats; member