Searched refs:l2_errors (Results 1 – 4 of 4) sorted by relevance
315 uint64_t l2_errors; member514 rxq->l2_errors++; in hns3_handle_bdinfo()
268 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()
1795 rxq->l2_errors = 0; in hns3_rx_queue_setup()
719 l2_errors = int(arc_stats['l2_writes_error']) +\726 if l2_errors > 0: