Searched refs:rst_fail_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h183 u32 rst_fail_cnt; /* the number of VF reset fail */ member in struct:hclgevf_rst_stats
H A Dhclgevf_main.c1488 hdev->rst_stats.rst_fail_cnt);
1504 hdev->rst_stats.rst_fail_cnt++;
1506 hdev->rst_stats.rst_fail_cnt);
1508 if (hdev->rst_stats.rst_fail_cnt < HCLGEVF_RESET_MAX_FAIL_CNT)
1564 hdev->rst_stats.rst_fail_cnt < HCLGEVF_RESET_MAX_FAIL_CNT - 1)
1573 hdev->rst_stats.rst_fail_cnt = 0;

Completed in 123 milliseconds