/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | psock_tpacket.c | 118 if (total_packets % 10 == 0) { in status_bar_update() 258 total_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() 471 bug_on(total_packets != 0); in walk_tx() 486 total_packets++; in walk_tx() 565 total_packets++; in __v3_walk_block() 615 total_packets, NUM_PACKETS); in walk_v3_rx() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_txrx_common.h | 45 unsigned int total_packets, in i40e_update_tx_stats() argument 50 tx_ring->stats.packets += total_packets; in i40e_update_tx_stats() 53 tx_ring->q_vector->tx.total_packets += total_packets; in i40e_update_tx_stats()
|
A 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() 1053 *tx_cleaned = total_packets; in i40e_clean_tx_irq() 1201 packets = rc->total_packets; in i40e_update_itr() 1353 rc->total_packets = 0; in i40e_update_itr() 2385 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
|
A D | i40e_txrx.h | 433 unsigned int total_packets; /* total packets processed this int */ member
|
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_main.c | 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() 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() 1308 total_packets, total_bytes); in fm10k_clean_tx_irq() 1347 packets = ring_container->total_packets; in fm10k_update_itr() [all …]
|
A D | fm10k.h | 148 unsigned int total_packets; /* total packets processed this int */ member
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
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()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/ |
A D | iavf_txrx.c | 199 unsigned int total_bytes = 0, total_packets = 0; in iavf_clean_tx_irq() local 227 total_packets += tx_buf->gso_segs; in iavf_clean_tx_irq() 286 tx_ring->stats.packets += total_packets; in iavf_clean_tx_irq() 289 tx_ring->q_vector->tx.total_packets += total_packets; in iavf_clean_tx_irq() 308 total_packets, total_bytes); in iavf_clean_tx_irq() 311 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()
|
A D | iavf_txrx.h | 422 unsigned int total_packets; /* total packets processed this int */ member
|
/linux-6.3-rc2/drivers/net/ethernet/wangxun/libwx/ |
A D | wx_lib.c | 501 q_vector->rx.total_packets += total_rx_packets; in wx_clean_rx_irq() 522 unsigned int total_bytes = 0, total_packets = 0; in wx_clean_tx_irq() local 553 total_packets += tx_buffer->gso_segs; in wx_clean_tx_irq() 609 tx_ring->stats.packets += total_packets; in wx_clean_tx_irq() 612 q_vector->tx.total_packets += total_packets; in wx_clean_tx_irq() 615 total_packets, total_bytes); in wx_clean_tx_irq() 618 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) && in wx_clean_tx_irq()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/ |
A D | igc_main.c | 2546 total_packets++; in igc_clean_rx_irq() 2588 total_packets++; in igc_clean_rx_irq() 2602 return total_packets; in igc_clean_rx_irq() 2721 total_packets++; in igc_clean_rx_irq_zc() 2744 return total_packets; in igc_clean_rx_irq_zc() 2920 total_packets, total_bytes); in igc_clean_tx_irq() 2979 if (unlikely(total_packets && in igc_clean_tx_irq() 4157 ring_container->total_packets = 0; in igc_update_itr() 4346 packets = q_vector->rx.total_packets; in igc_update_ring_itr() 4384 q_vector->rx.total_packets = 0; in igc_update_ring_itr() [all …]
|
A D | igc.h | 73 unsigned int total_packets; /* total packets processed this int */ member
|
/linux-6.3-rc2/net/mac80211/ |
A D | rc80211_minstrel_ht.h | 177 unsigned int total_packets; member
|
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()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/ |
A 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-6.3-rc2/drivers/media/dvb-frontends/ |
A D | mxl692_defs.h | 497 u32 total_packets; member
|
A D | mxl5xx_defs.h | 372 u32 total_packets; /* Total packets */ member
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/ |
A D | igb_main.c | 5732 packets = q_vector->rx.total_packets; in igb_update_ring_itr() 5770 q_vector->rx.total_packets = 0; in igb_update_ring_itr() 5772 q_vector->tx.total_packets = 0; in igb_update_ring_itr() 5837 ring_container->total_packets = 0; in igb_update_itr() 8302 total_packets, total_bytes); in igb_clean_tx_irq() 8310 q_vector->tx.total_packets += total_packets; in igb_clean_tx_irq() 8355 if (unlikely(total_packets && in igb_clean_tx_irq() 8927 total_packets++; in igb_clean_rx_irq() 8970 total_packets++; in igb_clean_rx_irq() 8989 q_vector->rx.total_packets += total_packets; in igb_clean_rx_irq() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/ |
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()
|
A D | ixgbevf.h | 219 unsigned int total_packets; /* total packets processed this int */ member
|
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1c/ |
A 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-6.3-rc2/drivers/net/hyperv/ |
A D | netvsc.c | 818 tx_stats->packets += packet->total_packets; in netvsc_send_tx_complete() 1294 packet->total_packets += msdp->pkt->total_packets; in netvsc_send()
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tb_msgs.h | 127 u8 total_packets; member
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/ |
A D | hns3_ethtool.c | 197 tqp_vector->rx_group.total_packets++; in hns3_lb_check_skb_data() 218 pre_rx_pkt = rx_group->total_packets; in hns3_lb_check_rx_ring() 224 rcv_good_pkt_total += (rx_group->total_packets - pre_rx_pkt); in hns3_lb_check_rx_ring() 225 rx_group->total_packets = pre_rx_pkt; in hns3_lb_check_rx_ring()
|
A D | hns3_enet.h | 545 u64 total_packets; /* total packets processed this group */ member
|