/openbmc/linux/tools/testing/selftests/net/ |
H A D | psock_tpacket.c | 97 static unsigned int total_packets, total_bytes; variable 118 if (total_packets % 10 == 0) { in status_bar_update() 238 while (total_packets < NUM_PACKETS * 2) { in walk_v1_v2_rx() 258 total_packets++; in walk_v1_v2_rx() 270 if (total_packets != 2 * NUM_PACKETS) { in walk_v1_v2_rx() 272 ring->version, total_packets, NUM_PACKETS); in walk_v1_v2_rx() 415 total_packets = NUM_PACKETS; in walk_tx() 418 while (total_packets > 0) { in walk_tx() 422 total_packets > 0) { in walk_tx() 461 total_packets--; in walk_tx() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx_common.h | 47 unsigned int total_packets, in i40e_update_tx_stats() argument 52 tx_ring->stats.packets += total_packets; in i40e_update_tx_stats() 55 tx_ring->q_vector->tx.total_packets += total_packets; in i40e_update_tx_stats()
|
H A D | i40e_txrx.c | 937 unsigned int total_bytes = 0, total_packets = 0; in i40e_clean_tx_irq() local 966 total_packets += tx_buf->gso_segs; in i40e_clean_tx_irq() 1026 i40e_update_tx_stats(tx_ring, total_packets, total_bytes); in i40e_clean_tx_irq() 1034 total_packets, total_bytes); in i40e_clean_tx_irq() 1037 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) && in i40e_clean_tx_irq() 1052 *tx_cleaned = total_packets; in i40e_clean_tx_irq() 1200 packets = rc->total_packets; in i40e_update_itr() 1352 rc->total_packets = 0; in i40e_update_itr() 2388 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
|
H A D | i40e_txrx.h | 439 unsigned int total_packets; /* total packets processed this int */ member
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_main.c | 567 unsigned int total_bytes = 0, total_packets = 0; in fm10k_clean_rx_irq() local 570 while (likely(total_packets < budget)) { in fm10k_clean_rx_irq() 618 total_packets++; in fm10k_clean_rx_irq() 625 rx_ring->stats.packets += total_packets; in fm10k_clean_rx_irq() 628 q_vector->rx.total_packets += total_packets; in fm10k_clean_rx_irq() 631 return total_packets; in fm10k_clean_rx_irq() 1185 unsigned int total_bytes = 0, total_packets = 0; in fm10k_clean_tx_irq() local 1215 total_packets += tx_buffer->gso_segs; in fm10k_clean_tx_irq() 1272 tx_ring->stats.packets += total_packets; in fm10k_clean_tx_irq() 1275 q_vector->tx.total_packets += total_packets; in fm10k_clean_tx_irq() [all …]
|
H A D | fm10k.h | 148 unsigned int total_packets; /* total packets processed this int */ member
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_xsk.c | 366 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc() 465 unsigned int total_packets = 0, total_bytes = 0; in ixgbe_clean_xdp_tx_irq() local 479 total_packets += tx_bi->gso_segs; in ixgbe_clean_xdp_tx_irq() 505 tx_ring->stats.packets += total_packets; in ixgbe_clean_xdp_tx_irq() 508 q_vector->tx.total_packets += total_packets; in ixgbe_clean_xdp_tx_irq()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 218 unsigned int total_bytes = 0, total_packets = 0; in iavf_clean_tx_irq() local 246 total_packets += tx_buf->gso_segs; in iavf_clean_tx_irq() 305 tx_ring->stats.packets += total_packets; in iavf_clean_tx_irq() 308 tx_ring->q_vector->tx.total_packets += total_packets; in iavf_clean_tx_irq() 327 total_packets, total_bytes); in iavf_clean_tx_irq() 330 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) && in iavf_clean_tx_irq() 487 packets = rc->total_packets; in iavf_update_itr() 640 rc->total_packets = 0; in iavf_update_itr() 1613 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
|
H A D | iavf_txrx.h | 421 unsigned int total_packets; /* total packets processed this int */ member
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 2569 q_vector->rx.total_packets += packets; in igc_update_rx_stats() 2575 unsigned int total_bytes = 0, total_packets = 0; in igc_clean_rx_irq() local 2582 while (likely(total_packets < budget)) { in igc_clean_rx_irq() 2646 total_packets++; in igc_clean_rx_irq() 2688 total_packets++; in igc_clean_rx_irq() 2697 igc_update_rx_stats(q_vector, total_packets, total_bytes); in igc_clean_rx_irq() 2702 return total_packets; in igc_clean_rx_irq() 2768 int total_bytes = 0, total_packets = 0; in igc_clean_rx_irq_zc() local 2778 while (likely(total_packets < budget)) { in igc_clean_rx_irq_zc() 2835 total_packets++; in igc_clean_rx_irq_zc() [all …]
|
H A D | igc.h | 87 unsigned int total_packets; /* total packets processed this int */ member
|
/openbmc/linux/net/mac80211/ |
H A D | rc80211_minstrel_ht.h | 177 unsigned int total_packets; member
|
H A D | rc80211_minstrel_ht_debugfs.c | 173 max(0, (int) mi->total_packets - (int) mi->sample_packets), in minstrel_ht_stats_open() 283 max(0, (int) mi->total_packets - in minstrel_ht_stats_csv_dump()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 686 q_vector->rx.total_packets += total_rx_packets; in wx_clean_rx_irq() 707 unsigned int total_bytes = 0, total_packets = 0; in wx_clean_tx_irq() local 738 total_packets += tx_buffer->gso_segs; in wx_clean_tx_irq() 794 tx_ring->stats.packets += total_packets; in wx_clean_tx_irq() 797 q_vector->tx.total_packets += total_packets; in wx_clean_tx_irq() 800 total_packets, total_bytes); in wx_clean_tx_irq() 803 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) && in wx_clean_tx_irq()
|
/openbmc/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 255 unsigned int total_bytes = 0, total_packets = 0; in igbvf_clean_rx_irq() local 348 total_packets++; in igbvf_clean_rx_irq() 379 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq() 382 netdev->stats.rx_packets += total_packets; in igbvf_clean_rx_irq() 779 unsigned int total_bytes = 0, total_packets = 0; in igbvf_clean_tx_irq() local 815 total_packets += segs; in igbvf_clean_tx_irq() 848 netdev->stats.tx_packets += total_packets; in igbvf_clean_tx_irq()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mxl692_defs.h | 497 u32 total_packets; member
|
H A D | mxl5xx_defs.h | 372 u32 total_packets; /* Total packets */ member
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 5782 packets = q_vector->rx.total_packets; in igb_update_ring_itr() 5786 packets = q_vector->tx.total_packets; in igb_update_ring_itr() 5820 q_vector->rx.total_packets = 0; in igb_update_ring_itr() 5822 q_vector->tx.total_packets = 0; in igb_update_ring_itr() 5844 unsigned int packets = ring_container->total_packets; in igb_update_itr() 5887 ring_container->total_packets = 0; in igb_update_itr() 8267 unsigned int total_bytes = 0, total_packets = 0; in igb_clean_tx_irq() local 8297 total_packets += tx_buffer->gso_segs; in igb_clean_tx_irq() 8353 total_packets, total_bytes); in igb_clean_tx_irq() 8358 tx_ring->tx_stats.packets += total_packets; in igb_clean_tx_irq() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 270 unsigned int total_bytes = 0, total_packets = 0, total_ipsec = 0; in ixgbevf_clean_tx_irq() local 300 total_packets += tx_buffer->gso_segs; in ixgbevf_clean_tx_irq() 361 tx_ring->stats.packets += total_packets; in ixgbevf_clean_tx_irq() 364 q_vector->tx.total_packets += total_packets; in ixgbevf_clean_tx_irq() 405 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) && in ixgbevf_clean_tx_irq() 1256 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq() 1420 int packets = ring_container->total_packets; in ixgbevf_update_itr() 1459 ring_container->total_packets = 0; in ixgbevf_update_itr()
|
H A D | ixgbevf.h | 219 unsigned int total_packets; /* total packets processed this int */ member
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 1598 unsigned int total_bytes = 0, total_packets = 0; in atl1c_clean_tx() local 1608 total_packets++; in atl1c_clean_tx() 1616 netdev_tx_completed_queue(txq, total_packets, total_bytes); in atl1c_clean_tx() 1621 if (total_packets < budget) { in atl1c_clean_tx() 1622 napi_complete_done(napi, total_packets); in atl1c_clean_tx() 1627 return total_packets; in atl1c_clean_tx()
|
/openbmc/linux/drivers/net/hyperv/ |
H A D | netvsc.c | 786 tx_stats->packets += packet->total_packets; in netvsc_send_tx_complete() 1262 packet->total_packets += msdp->pkt->total_packets; in netvsc_send()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb_msgs.h | 134 u8 total_packets; member
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 200 tqp_vector->rx_group.total_packets++; in hns3_lb_check_skb_data() 221 pre_rx_pkt = rx_group->total_packets; in hns3_lb_check_rx_ring() 227 rcv_good_pkt_total += (rx_group->total_packets - pre_rx_pkt); in hns3_lb_check_rx_ring() 228 rx_group->total_packets = pre_rx_pkt; in hns3_lb_check_rx_ring()
|
H A D | hns3_enet.h | 547 u64 total_packets; /* total packets processed this group */ member
|