total_pkts       2541 drivers/net/ethernet/freescale/gianfar.c 	unsigned int total_bytes = 0, total_pkts = 0;
total_pkts       2592 drivers/net/ethernet/freescale/gianfar.c 		total_pkts++;
total_pkts       2608 drivers/net/ethernet/freescale/gianfar.c 	rx_queue->stats.rx_packets += total_pkts;
total_pkts        105 drivers/net/ethernet/intel/ice/ice_txrx.c 	unsigned int total_bytes = 0, total_pkts = 0;
total_pkts        137 drivers/net/ethernet/intel/ice/ice_txrx.c 		total_pkts += tx_buf->gso_segs;
total_pkts        193 drivers/net/ethernet/intel/ice/ice_txrx.c 	tx_ring->stats.pkts += total_pkts;
total_pkts        196 drivers/net/ethernet/intel/ice/ice_txrx.c 	tx_ring->q_vector->tx.total_pkts += total_pkts;
total_pkts        198 drivers/net/ethernet/intel/ice/ice_txrx.c 	netdev_tx_completed_queue(txring_txq(tx_ring), total_pkts,
total_pkts        202 drivers/net/ethernet/intel/ice/ice_txrx.c 	if (unlikely(total_pkts && netif_carrier_ok(tx_ring->netdev) &&
total_pkts       1107 drivers/net/ethernet/intel/ice/ice_txrx.c 	rx_ring->q_vector->rx.total_pkts += total_rx_pkts;
total_pkts       1231 drivers/net/ethernet/intel/ice/ice_txrx.c 	packets = rc->total_pkts;
total_pkts       1325 drivers/net/ethernet/intel/ice/ice_txrx.c 	rc->total_pkts = 0;
total_pkts        218 drivers/net/ethernet/intel/ice/ice_txrx.h 	unsigned int total_pkts;	/* total packets processed this int */
total_pkts        561 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 	u64 total_pkts = 0;
total_pkts        629 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 		total_pkts++;
total_pkts        667 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 				total_pkts++;
total_pkts        690 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 				total_pkts++;
total_pkts        698 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 	stats->pkts += total_pkts;