Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h315 uint64_t l2_errors; member
514 rxq->l2_errors++; in hns3_handle_bdinfo()
H A Dhns3_stats.c268 HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(l2_errors)},
522 cnt = rxq->l2_errors + rxq->pkt_len_errors; in hns3_stats_get()
589 rxq->l2_errors = 0; in hns3_stats_reset()
H A Dhns3_rxtx.c1795 rxq->l2_errors = 0; in hns3_rx_queue_setup()
/f-stack/freebsd/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3719 l2_errors = int(arc_stats['l2_writes_error']) +\
726 if l2_errors > 0: