Home
last modified time | relevance | path

Searched refs:rst_stats (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1461 hdev->rst_stats.vf_func_rst_cnt++; in hclgevf_reset_prepare_wait()
1477 hdev->rst_stats.vf_func_rst_cnt); in hclgevf_dump_rst_info()
1479 hdev->rst_stats.flr_rst_cnt); in hclgevf_dump_rst_info()
1481 hdev->rst_stats.vf_rst_cnt); in hclgevf_dump_rst_info()
1483 hdev->rst_stats.rst_done_cnt); in hclgevf_dump_rst_info()
1485 hdev->rst_stats.hw_rst_done_cnt); in hclgevf_dump_rst_info()
1487 hdev->rst_stats.rst_cnt); in hclgevf_dump_rst_info()
1489 hdev->rst_stats.rst_fail_cnt); in hclgevf_dump_rst_info()
1505 hdev->rst_stats.rst_fail_cnt++; in hclgevf_reset_err_handle()
1507 hdev->rst_stats.rst_fail_cnt); in hclgevf_reset_err_handle()
[all …]
Dhclgevf_main.h227 struct hclgevf_rst_stats rst_stats; member
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c1704 hdev->rst_stats.pf_rst_cnt); in hclge_dbg_dump_rst_info()
1706 hdev->rst_stats.flr_rst_cnt); in hclge_dbg_dump_rst_info()
1708 hdev->rst_stats.global_rst_cnt); in hclge_dbg_dump_rst_info()
1710 hdev->rst_stats.imp_rst_cnt); in hclge_dbg_dump_rst_info()
1712 hdev->rst_stats.reset_done_cnt); in hclge_dbg_dump_rst_info()
1714 hdev->rst_stats.hw_reset_done_cnt); in hclge_dbg_dump_rst_info()
1716 hdev->rst_stats.reset_cnt); in hclge_dbg_dump_rst_info()
1718 hdev->rst_stats.reset_fail_cnt); in hclge_dbg_dump_rst_info()
Dhclge_main.c3554 hdev->rst_stats.imp_rst_cnt++; in hclge_check_event_cause()
3563 hdev->rst_stats.global_rst_cnt++; in hclge_check_event_cause()
4128 hdev->rst_stats.pf_rst_cnt++; in hclge_reset_prepare_wait()
4182 } else if (hdev->rst_stats.reset_fail_cnt < MAX_RESET_FAIL_CNT) { in hclge_reset_err_handle()
4183 hdev->rst_stats.reset_fail_cnt++; in hclge_reset_err_handle()
4187 hdev->rst_stats.reset_fail_cnt); in hclge_reset_err_handle()
4296 hdev->rst_stats.reset_cnt++; in hclge_reset_prepare()
4315 hdev->rst_stats.hw_reset_done_cnt++; in hclge_reset_rebuild()
4334 hdev->rst_stats.reset_fail_cnt < HCLGE_RESET_MAX_FAIL_CNT - 1) in hclge_reset_rebuild()
4352 hdev->rst_stats.reset_fail_cnt = 0; in hclge_reset_rebuild()
[all …]
Dhclge_main.h867 struct hclge_rst_stats rst_stats; member