| /Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_xsk.c | 240 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local 247 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc() 305 total_rx_packets++; in ixgbe_clean_rx_irq_zc() 327 total_rx_packets++; in ixgbe_clean_rx_irq_zc() 347 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq_zc() 350 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc() 359 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc() 361 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
|
| D | ixgbe_main.c | 2288 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local 2305 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq() 2354 total_rx_packets++; in ixgbe_clean_rx_irq() 2405 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq() 2418 total_rx_packets++; in ixgbe_clean_rx_irq() 2435 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq() 2438 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq() 2441 return total_rx_packets; in ixgbe_clean_rx_irq()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_xsk.c | 516 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local 521 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc() 560 total_rx_packets++; in ice_clean_rx_irq_zc() 583 total_rx_packets++; in ice_clean_rx_irq_zc() 600 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc() 608 return (int)total_rx_packets; in ice_clean_rx_irq_zc() 611 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
|
| /Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
| D | i40e_xsk.c | 328 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local 335 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc() 374 total_rx_packets += rx_packets; in i40e_clean_rx_irq_zc() 387 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc() 395 return (int)total_rx_packets; in i40e_clean_rx_irq_zc() 397 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
|
| D | i40e_txrx_common.h | 15 unsigned int total_rx_packets);
|
| D | i40e_txrx.c | 2383 unsigned int total_rx_packets) in i40e_update_rx_stats() argument 2386 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats() 2389 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats() 2442 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in i40e_clean_rx_irq() local 2456 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq() 2526 total_rx_packets++; in i40e_clean_rx_irq() 2565 total_rx_packets++; in i40e_clean_rx_irq() 2571 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq() 2574 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
|
| /Linux-v5.15/drivers/net/ethernet/intel/igbvf/ |
| D | igbvf.h | 194 unsigned int total_rx_packets; member
|
| D | netdev.c | 380 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq() 747 adapter->total_rx_packets, in igbvf_set_itr() 916 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
|
| /Linux-v5.15/drivers/net/ethernet/intel/iavf/ |
| D | iavf_txrx.c | 1462 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local 1467 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq() 1563 total_rx_packets++; in iavf_clean_rx_irq() 1569 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq() 1572 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq() 1576 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
|
| /Linux-v5.15/drivers/net/ethernet/intel/e1000/ |
| D | e1000_main.c | 2647 adapter->total_rx_packets, in e1000_set_itr() 3776 adapter->total_rx_packets = 0; in e1000_intr() 4139 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 4252 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4280 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4310 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4313 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4360 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 4443 total_rx_packets++; in e1000_clean_rx_irq() 4483 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq() [all …]
|
| D | e1000.h | 218 unsigned int total_rx_packets; member
|
| /Linux-v5.15/drivers/net/ethernet/intel/e1000e/ |
| D | netdev.c | 924 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 999 total_rx_packets++; in e1000_clean_rx_irq() 1055 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq() 1322 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local 1452 total_rx_packets++; in e1000_clean_rx_irq_ps() 1489 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps() 1523 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 1635 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 1670 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 1812 adapter->total_rx_packets = 0; in e1000_intr_msi() [all …]
|
| D | e1000.h | 236 unsigned int total_rx_packets; member
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/ |
| D | ixgbevf_main.c | 1120 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbevf_clean_rx_irq() local 1133 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq() 1180 total_rx_packets++; in ixgbevf_clean_rx_irq() 1235 total_rx_packets++; in ixgbevf_clean_rx_irq() 1253 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq() 1256 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq() 1259 return total_rx_packets; in ixgbevf_clean_rx_irq()
|