Searched refs:total_pkts (Results 1 – 3 of 3) sorted by relevance
274 unsigned int total_bytes = 0, total_pkts = 0; in ice_clean_tx_irq() local313 total_pkts += tx_buf->gso_segs; in ice_clean_tx_irq()370 ice_update_tx_ring_stats(tx_ring, total_pkts, total_bytes); in ice_clean_tx_irq()371 netdev_tx_completed_queue(txring_txq(tx_ring), total_pkts, total_bytes); in ice_clean_tx_irq()374 if (unlikely(total_pkts && netif_carrier_ok(tx_ring->netdev) && in ice_clean_tx_irq()
1236 unsigned int *total_pkts, in ionic_tx_service() argument1268 (*total_pkts) += pkts; in ionic_tx_service()
2466 unsigned int total_bytes = 0, total_pkts = 0; in gfar_clean_rx_ring() local2528 total_pkts++; in gfar_clean_rx_ring()2544 rx_queue->stats.rx_packets += total_pkts; in gfar_clean_rx_ring()