Lines Matching refs:packets
1001 return ring->stats.packets; in ixgbe_get_tx_completed()
1171 tx_ring->stats.packets += total_packets; in ixgbe_clean_tx_irq()
2094 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq()
2224 int packets = ring_container->total_packets; in ixgbe_update_itr() local
2229 if (packets == 0) in ixgbe_update_itr()
5947 u64 bytes = 0, packets = 0, hw_csum_rx_error = 0; in ixgbe_update_stats() local
5971 packets += rx_ring->stats.packets; in ixgbe_update_stats()
5978 netdev->stats.rx_packets = packets; in ixgbe_update_stats()
5981 packets = 0; in ixgbe_update_stats()
5988 packets += tx_ring->stats.packets; in ixgbe_update_stats()
5993 netdev->stats.tx_packets = packets; in ixgbe_update_stats()
7581 u64 bytes, packets; in ixgbe_get_stats64() local
7587 packets = ring->stats.packets; in ixgbe_get_stats64()
7590 stats->rx_packets += packets; in ixgbe_get_stats64()
7597 u64 bytes, packets; in ixgbe_get_stats64() local
7603 packets = ring->stats.packets; in ixgbe_get_stats64()
7606 stats->tx_packets += packets; in ixgbe_get_stats64()