Searched refs:total_pkts (Results 1 – 4 of 4) sorted by relevance
105 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()1107 rx_ring->q_vector->rx.total_pkts += total_rx_pkts; in ice_clean_rx_irq()1231 packets = rc->total_pkts; in ice_update_itr()1325 rc->total_pkts = 0; in ice_update_itr()
218 unsigned int total_pkts; /* total packets processed this int */ member
561 u64 total_pkts = 0; in ionic_tx_tso() local629 total_pkts++; in ionic_tx_tso()667 total_pkts++; in ionic_tx_tso()690 total_pkts++; in ionic_tx_tso()698 stats->pkts += total_pkts; in ionic_tx_tso()
2537 unsigned int total_bytes = 0, total_pkts = 0; in gfar_clean_rx_ring() local2588 total_pkts++; in gfar_clean_rx_ring()2604 rx_queue->stats.rx_packets += total_pkts; in gfar_clean_rx_ring()