Searched refs:total_pkts (Results 1 – 3 of 3) sorted by relevance
108 unsigned int total_bytes = 0, total_pkts = 0; in ice_clean_tx_irq() local137 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()
173 unsigned int total_pkts; /* total packets processed this int */ member
3088 unsigned int total_bytes = 0, total_pkts = 0; in gfar_clean_rx_ring() local3139 total_pkts++; in gfar_clean_rx_ring()3155 rx_queue->stats.rx_packets += total_pkts; in gfar_clean_rx_ring()