Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1537 hdev->rst_stats.flr_rst_cnt); in hclgevf_dump_rst_info()
1539 hdev->rst_stats.vf_rst_cnt); in hclgevf_dump_rst_info()
1541 hdev->rst_stats.rst_done_cnt); in hclgevf_dump_rst_info()
1545 hdev->rst_stats.rst_cnt); in hclgevf_dump_rst_info()
1547 hdev->rst_stats.rst_fail_cnt); in hclgevf_dump_rst_info()
1563 hdev->rst_stats.rst_fail_cnt++; in hclgevf_reset_err_handle()
1565 hdev->rst_stats.rst_fail_cnt); in hclgevf_reset_err_handle()
1583 hdev->rst_stats.rst_cnt++; in hclgevf_reset_prepare()
1631 hdev->rst_stats.rst_done_cnt++; in hclgevf_reset_rebuild()
1770 hdev->rst_stats.flr_rst_cnt++; in hclgevf_reset_prepare_general()
[all …]
H A Dhclgevf_main.h227 struct hclgevf_rst_stats rst_stats; member
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c2349 hdev->rst_stats.pf_rst_cnt); in hclge_dbg_dump_rst_info()
2351 hdev->rst_stats.flr_rst_cnt); in hclge_dbg_dump_rst_info()
2353 hdev->rst_stats.global_rst_cnt); in hclge_dbg_dump_rst_info()
2355 hdev->rst_stats.imp_rst_cnt); in hclge_dbg_dump_rst_info()
2357 hdev->rst_stats.reset_done_cnt); in hclge_dbg_dump_rst_info()
2359 hdev->rst_stats.hw_reset_done_cnt); in hclge_dbg_dump_rst_info()
2361 hdev->rst_stats.reset_cnt); in hclge_dbg_dump_rst_info()
2363 hdev->rst_stats.reset_fail_cnt); in hclge_dbg_dump_rst_info()
H A Dhclge_main.c3612 hdev->rst_stats.imp_rst_cnt++; in hclge_check_event_cause()
3621 hdev->rst_stats.global_rst_cnt++; in hclge_check_event_cause()
4188 hdev->rst_stats.pf_rst_cnt++; in hclge_reset_prepare_wait()
4243 hdev->rst_stats.reset_fail_cnt++; in hclge_reset_err_handle()
4247 hdev->rst_stats.reset_fail_cnt); in hclge_reset_err_handle()
4356 hdev->rst_stats.reset_cnt++; in hclge_reset_prepare()
4375 hdev->rst_stats.hw_reset_done_cnt++; in hclge_reset_rebuild()
4412 hdev->rst_stats.reset_fail_cnt = 0; in hclge_reset_rebuild()
4413 hdev->rst_stats.reset_done_cnt++; in hclge_reset_rebuild()
11273 rst_cnt = hdev->rst_stats.reset_cnt; in hclge_init_roce_client_instance()
[all …]
H A Dhclge_main.h885 struct hclge_rst_stats rst_stats; member