| /Linux-v5.15/tools/testing/selftests/net/ |
| 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 …]
|
| /Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
| D | i40e_txrx_common.h | 44 unsigned int total_packets, in i40e_update_tx_stats() argument 49 tx_ring->stats.packets += total_packets; in i40e_update_tx_stats() 52 tx_ring->q_vector->tx.total_packets += total_packets; in i40e_update_tx_stats()
|
| D | i40e_txrx.c | 938 unsigned int total_bytes = 0, total_packets = 0; in i40e_clean_tx_irq() local 967 total_packets += tx_buf->gso_segs; in i40e_clean_tx_irq() 1027 i40e_update_tx_stats(tx_ring, total_packets, total_bytes); in i40e_clean_tx_irq() 1035 total_packets, total_bytes); in i40e_clean_tx_irq() 1038 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) && in i40e_clean_tx_irq() 1200 packets = rc->total_packets; in i40e_update_itr() 1352 rc->total_packets = 0; in i40e_update_itr() 2389 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
|
| D | i40e_txrx.h | 431 unsigned int total_packets; /* total packets processed this int */ member
|
| /Linux-v5.15/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_main.c | 559 unsigned int total_bytes = 0, total_packets = 0; in fm10k_clean_rx_irq() local 562 while (likely(total_packets < budget)) { in fm10k_clean_rx_irq() 610 total_packets++; in fm10k_clean_rx_irq() 617 rx_ring->stats.packets += total_packets; in fm10k_clean_rx_irq() 620 q_vector->rx.total_packets += total_packets; in fm10k_clean_rx_irq() 623 return total_packets; in fm10k_clean_rx_irq() 1177 unsigned int total_bytes = 0, total_packets = 0; in fm10k_clean_tx_irq() local 1207 total_packets += tx_buffer->gso_segs; in fm10k_clean_tx_irq() 1264 tx_ring->stats.packets += total_packets; in fm10k_clean_tx_irq() 1267 q_vector->tx.total_packets += total_packets; in fm10k_clean_tx_irq() [all …]
|
| D | fm10k.h | 148 unsigned int total_packets; /* total packets processed this int */ member
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_xsk.c | 350 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc() 447 unsigned int total_packets = 0, total_bytes = 0; in ixgbe_clean_xdp_tx_irq() local 461 total_packets += tx_bi->gso_segs; in ixgbe_clean_xdp_tx_irq() 487 tx_ring->stats.packets += total_packets; in ixgbe_clean_xdp_tx_irq() 490 q_vector->tx.total_packets += total_packets; in ixgbe_clean_xdp_tx_irq()
|
| /Linux-v5.15/drivers/net/ethernet/intel/iavf/ |
| D | iavf_txrx.c | 196 unsigned int total_bytes = 0, total_packets = 0; in iavf_clean_tx_irq() local 224 total_packets += tx_buf->gso_segs; in iavf_clean_tx_irq() 283 tx_ring->stats.packets += total_packets; in iavf_clean_tx_irq() 286 tx_ring->q_vector->tx.total_packets += total_packets; in iavf_clean_tx_irq() 305 total_packets, total_bytes); in iavf_clean_tx_irq() 308 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) && in iavf_clean_tx_irq() 453 packets = rc->total_packets; in iavf_update_itr() 605 rc->total_packets = 0; in iavf_update_itr() 1572 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
|
| D | iavf_txrx.h | 418 unsigned int total_packets; /* total packets processed this int */ member
|
| /Linux-v5.15/drivers/net/ethernet/intel/igc/ |
| D | igc_main.c | 2302 q_vector->rx.total_packets += packets; in igc_update_rx_stats() 2308 unsigned int total_bytes = 0, total_packets = 0; in igc_clean_rx_irq() local 2315 while (likely(total_packets < budget)) { in igc_clean_rx_irq() 2375 total_packets++; in igc_clean_rx_irq() 2417 total_packets++; in igc_clean_rx_irq() 2426 igc_update_rx_stats(q_vector, total_packets, total_bytes); in igc_clean_rx_irq() 2431 return total_packets; in igc_clean_rx_irq() 2485 int total_bytes = 0, total_packets = 0; in igc_clean_rx_irq_zc() local 2495 while (likely(total_packets < budget)) { in igc_clean_rx_irq_zc() 2547 total_packets++; in igc_clean_rx_irq_zc() [all …]
|
| D | igc.h | 73 unsigned int total_packets; /* total packets processed this int */ member
|
| /Linux-v5.15/net/mac80211/ |
| D | rc80211_minstrel_ht.h | 178 unsigned int total_packets; member
|
| 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()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_xsk.c | 689 int total_packets = 0, total_bytes = 0; in ice_clean_tx_irq_zc() local 706 total_packets++; in ice_clean_tx_irq_zc() 739 ice_update_tx_ring_stats(xdp_ring, total_packets, total_bytes); in ice_clean_tx_irq_zc()
|
| /Linux-v5.15/drivers/net/ethernet/intel/igbvf/ |
| D | netdev.c | 255 unsigned int total_bytes = 0, total_packets = 0; in igbvf_clean_rx_irq() local 349 total_packets++; in igbvf_clean_rx_irq() 380 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq() 383 netdev->stats.rx_packets += total_packets; in igbvf_clean_rx_irq() 780 unsigned int total_bytes = 0, total_packets = 0; in igbvf_clean_tx_irq() local 816 total_packets += segs; in igbvf_clean_tx_irq() 849 netdev->stats.tx_packets += total_packets; in igbvf_clean_tx_irq()
|
| /Linux-v5.15/drivers/media/dvb-frontends/ |
| D | mxl692_defs.h | 506 u32 total_packets; member
|
| D | mxl5xx_defs.h | 376 u32 total_packets; /* Total packets */ member
|
| /Linux-v5.15/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 5669 packets = q_vector->rx.total_packets; in igb_update_ring_itr() 5673 packets = q_vector->tx.total_packets; in igb_update_ring_itr() 5707 q_vector->rx.total_packets = 0; in igb_update_ring_itr() 5709 q_vector->tx.total_packets = 0; in igb_update_ring_itr() 5731 unsigned int packets = ring_container->total_packets; in igb_update_itr() 5774 ring_container->total_packets = 0; in igb_update_itr() 8038 unsigned int total_bytes = 0, total_packets = 0; in igb_clean_tx_irq() local 8068 total_packets += tx_buffer->gso_segs; in igb_clean_tx_irq() 8124 total_packets, total_bytes); in igb_clean_tx_irq() 8129 tx_ring->tx_stats.packets += total_packets; in igb_clean_tx_irq() [all …]
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/ |
| 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()
|
| D | ixgbevf.h | 219 unsigned int total_packets; /* total packets processed this int */ member
|
| /Linux-v5.15/drivers/net/ethernet/atheros/atl1c/ |
| D | atl1c_main.c | 1620 unsigned int total_bytes = 0, total_packets = 0; in atl1c_clean_tx() local 1630 total_packets++; in atl1c_clean_tx() 1638 netdev_tx_completed_queue(txq, total_packets, total_bytes); in atl1c_clean_tx() 1643 if (total_packets < budget) { in atl1c_clean_tx() 1644 napi_complete_done(napi, total_packets); in atl1c_clean_tx() 1649 return total_packets; in atl1c_clean_tx()
|
| /Linux-v5.15/drivers/thunderbolt/ |
| D | tb_msgs.h | 124 u8 total_packets; member
|
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/ |
| D | hns3_ethtool.c | 195 tqp_vector->rx_group.total_packets++; in hns3_lb_check_skb_data() 216 pre_rx_pkt = rx_group->total_packets; in hns3_lb_check_rx_ring() 222 rcv_good_pkt_total += (rx_group->total_packets - pre_rx_pkt); in hns3_lb_check_rx_ring() 223 rx_group->total_packets = pre_rx_pkt; in hns3_lb_check_rx_ring()
|
| D | hns3_enet.h | 534 u64 total_packets; /* total packets processed this group */ member
|
| /Linux-v5.15/drivers/net/hyperv/ |
| D | netvsc.c | 782 tx_stats->packets += packet->total_packets; in netvsc_send_tx_complete() 1151 packet->total_packets += msdp->pkt->total_packets; in netvsc_send()
|