Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c108 unsigned int total_bytes = 0, total_pkts = 0; in ice_clean_tx_irq() local
137 total_pkts += tx_buf->gso_segs; in ice_clean_tx_irq()
193 tx_ring->stats.pkts += total_pkts; in ice_clean_tx_irq()
196 tx_ring->q_vector->tx.total_pkts += total_pkts; in ice_clean_tx_irq()
198 netdev_tx_completed_queue(txring_txq(tx_ring), total_pkts, in ice_clean_tx_irq()
202 if (unlikely(total_pkts && netif_carrier_ok(tx_ring->netdev) && in ice_clean_tx_irq()
1047 rx_ring->q_vector->rx.total_pkts += total_rx_pkts; in ice_clean_rx_irq()
Dice_txrx.h173 unsigned int total_pkts; /* total packets processed this int */ member
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar.c3088 unsigned int total_bytes = 0, total_pkts = 0; in gfar_clean_rx_ring() local
3139 total_pkts++; in gfar_clean_rx_ring()
3155 rx_queue->stats.rx_packets += total_pkts; in gfar_clean_rx_ring()