Home
last modified time | relevance | path

Searched refs:fail_cnt (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c1029 int fail_cnt = 0; in hns3_clear_all_fdir_filter() local
1048 fail_cnt++; in hns3_clear_all_fdir_filter()
1053 if (fail_cnt > 0) { in hns3_clear_all_fdir_filter()
1055 "fail num = %d", succ_cnt, fail_cnt); in hns3_clear_all_fdir_filter()
H A Dhns3_intr.c2594 hw->reset.stats.fail_cnt++; in hns3_reset_err_handle()
2598 hw->reset.stats.fail_cnt); in hns3_reset_err_handle()
2622 hw->reset.stats.fail_cnt++; in hns3_reset_err_handle()
2627 reset_string[hw->reset.level], hw->reset.stats.fail_cnt, in hns3_reset_err_handle()
2747 hw->reset.stats.fail_cnt, hw->reset.stats.success_cnt, in hns3_reset_post()
H A Dhns3_ethdev.h367 uint64_t fail_cnt; /* Total reset failed times */ member
H A Dhns3_stats.c217 HNS3_RESET_STATS_FIELD_OFFSET(fail_cnt)},