Home
last modified time | relevance | path

Searched refs:err_stats (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_stats.c651 rte_stats->ierrors += rxq->err_stats.l2_errors + in hns3_stats_get()
652 rxq->err_stats.pkt_len_errors; in hns3_stats_get()
725 rxq->err_stats.pkt_len_errors = 0; in hns3_stats_reset()
726 rxq->err_stats.l2_errors = 0; in hns3_stats_reset()
741 rxq->err_stats.pkt_len_errors = 0; in hns3_stats_reset()
742 rxq->err_stats.l2_errors = 0; in hns3_stats_reset()
941 rxq_stats->errors = rxq->err_stats.l2_errors + in hns3_rxq_basic_stats_get()
942 rxq->err_stats.pkt_len_errors; in hns3_rxq_basic_stats_get()
1107 rx_err_stats = &rxq->err_stats; in hns3_dev_xstats_get()
H A Dhns3_rxtx.h343 struct hns3_rx_bd_errors_stats err_stats; member
621 rxq->err_stats.l2_errors++; in hns3_handle_bdinfo()
623 rxq->err_stats.pkt_len_errors++; in hns3_handle_bdinfo()
H A Dhns3_rxtx.c1914 memset(&rxq->err_stats, 0, sizeof(struct hns3_rx_bd_errors_stats)); in hns3_rx_queue_setup()