Searched refs:rst_stats (Results 1 – 5 of 5) sorted by relevance
1502 hdev->rst_stats.vf_func_rst_cnt++; in hclgevf_reset_prepare_wait()1518 hdev->rst_stats.vf_func_rst_cnt); in hclgevf_dump_rst_info()1520 hdev->rst_stats.flr_rst_cnt); in hclgevf_dump_rst_info()1522 hdev->rst_stats.vf_rst_cnt); in hclgevf_dump_rst_info()1524 hdev->rst_stats.rst_done_cnt); in hclgevf_dump_rst_info()1526 hdev->rst_stats.hw_rst_done_cnt); in hclgevf_dump_rst_info()1528 hdev->rst_stats.rst_cnt); in hclgevf_dump_rst_info()1530 hdev->rst_stats.rst_fail_cnt); in hclgevf_dump_rst_info()1546 hdev->rst_stats.rst_fail_cnt++; in hclgevf_reset_err_handle()1548 hdev->rst_stats.rst_fail_cnt); in hclgevf_reset_err_handle()[all …]
226 struct hclgevf_rst_stats rst_stats; member
1684 hdev->rst_stats.pf_rst_cnt); in hclge_dbg_dump_rst_info()1686 hdev->rst_stats.flr_rst_cnt); in hclge_dbg_dump_rst_info()1688 hdev->rst_stats.global_rst_cnt); in hclge_dbg_dump_rst_info()1690 hdev->rst_stats.imp_rst_cnt); in hclge_dbg_dump_rst_info()1692 hdev->rst_stats.reset_done_cnt); in hclge_dbg_dump_rst_info()1694 hdev->rst_stats.hw_reset_done_cnt); in hclge_dbg_dump_rst_info()1696 hdev->rst_stats.reset_cnt); in hclge_dbg_dump_rst_info()1698 hdev->rst_stats.reset_fail_cnt); in hclge_dbg_dump_rst_info()
3621 hdev->rst_stats.imp_rst_cnt++; in hclge_check_event_cause()3630 hdev->rst_stats.global_rst_cnt++; in hclge_check_event_cause()4182 hdev->rst_stats.pf_rst_cnt++; in hclge_reset_prepare_wait()4236 } else if (hdev->rst_stats.reset_fail_cnt < MAX_RESET_FAIL_CNT) { in hclge_reset_err_handle()4237 hdev->rst_stats.reset_fail_cnt++; in hclge_reset_err_handle()4241 hdev->rst_stats.reset_fail_cnt); in hclge_reset_err_handle()4350 hdev->rst_stats.reset_cnt++; in hclge_reset_prepare()4369 hdev->rst_stats.hw_reset_done_cnt++; in hclge_reset_rebuild()4388 hdev->rst_stats.reset_fail_cnt < HCLGE_RESET_MAX_FAIL_CNT - 1) in hclge_reset_rebuild()4406 hdev->rst_stats.reset_fail_cnt = 0; in hclge_reset_rebuild()[all …]
861 struct hclge_rst_stats rst_stats; member