Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h316 uint64_t pkt_len_errors; member
516 rxq->pkt_len_errors++; in hns3_handle_bdinfo()
H A Dhns3_stats.c266 HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(pkt_len_errors)},
522 cnt = rxq->l2_errors + rxq->pkt_len_errors; in hns3_stats_get()
588 rxq->pkt_len_errors = 0; in hns3_stats_reset()
H A Dhns3_rxtx.c1796 rxq->pkt_len_errors = 0; in hns3_rx_queue_setup()