Lines Matching refs:rst_stats
1498 hdev->rst_stats.vf_func_rst_cnt++; in hclgevf_reset_prepare_wait()
1514 hdev->rst_stats.vf_func_rst_cnt); in hclgevf_dump_rst_info()
1516 hdev->rst_stats.flr_rst_cnt); in hclgevf_dump_rst_info()
1518 hdev->rst_stats.vf_rst_cnt); in hclgevf_dump_rst_info()
1520 hdev->rst_stats.rst_done_cnt); in hclgevf_dump_rst_info()
1522 hdev->rst_stats.hw_rst_done_cnt); in hclgevf_dump_rst_info()
1524 hdev->rst_stats.rst_cnt); in hclgevf_dump_rst_info()
1526 hdev->rst_stats.rst_fail_cnt); in hclgevf_dump_rst_info()
1542 hdev->rst_stats.rst_fail_cnt++; in hclgevf_reset_err_handle()
1544 hdev->rst_stats.rst_fail_cnt); in hclgevf_reset_err_handle()
1546 if (hdev->rst_stats.rst_fail_cnt < HCLGEVF_RESET_MAX_FAIL_CNT) in hclgevf_reset_err_handle()
1562 hdev->rst_stats.rst_cnt++; in hclgevf_reset_prepare()
1583 hdev->rst_stats.hw_rst_done_cnt++; in hclgevf_reset_rebuild()
1602 hdev->rst_stats.rst_fail_cnt < HCLGEVF_RESET_MAX_FAIL_CNT - 1) in hclgevf_reset_rebuild()
1610 hdev->rst_stats.rst_done_cnt++; in hclgevf_reset_rebuild()
1611 hdev->rst_stats.rst_fail_cnt = 0; in hclgevf_reset_rebuild()
1734 hdev->rst_stats.flr_rst_cnt++; in hclgevf_reset_prepare_general()
1986 hdev->rst_stats.vf_rst_cnt++; in hclgevf_check_evt_cause()
2429 int rst_cnt = hdev->rst_stats.rst_cnt; in hclgevf_init_nic_client_instance()
2438 rst_cnt != hdev->rst_stats.rst_cnt) { in hclgevf_init_nic_client_instance()
3255 return hdev->rst_stats.hw_rst_done_cnt; in hclgevf_ae_dev_reset_cnt()