| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_xsk.c | 431 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local 441 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc() 501 total_rx_packets++; in ixgbe_clean_rx_irq_zc() 523 total_rx_packets++; in ixgbe_clean_rx_irq_zc() 543 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq_zc() 546 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc() 555 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc() 557 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
|
| D | ixgbe_main.c | 2281 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local 2293 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq() 2339 total_rx_packets++; in ixgbe_clean_rx_irq() 2390 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq() 2403 total_rx_packets++; in ixgbe_clean_rx_irq() 2420 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq() 2423 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq() 2426 return total_rx_packets; in ixgbe_clean_rx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_xsk.c | 532 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local 541 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc() 593 total_rx_packets++; in i40e_clean_rx_irq_zc() 620 total_rx_packets++; in i40e_clean_rx_irq_zc() 627 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc() 635 return (int)total_rx_packets; in i40e_clean_rx_irq_zc() 637 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
|
| D | i40e_txrx_common.h | 19 unsigned int total_rx_packets);
|
| D | i40e_txrx.c | 2285 unsigned int total_rx_packets) in i40e_update_rx_stats() argument 2288 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats() 2291 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats() 2331 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local 2340 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq() 2406 total_rx_packets++; in i40e_clean_rx_irq() 2444 total_rx_packets++; in i40e_clean_rx_irq() 2450 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq() 2453 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igbvf/ |
| D | igbvf.h | 194 unsigned int total_rx_packets; member
|
| D | netdev.c | 378 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq() 743 adapter->total_rx_packets, in igbvf_set_itr() 912 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
|
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
| D | iavf_txrx.c | 1480 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local 1485 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq() 1581 total_rx_packets++; in iavf_clean_rx_irq() 1587 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq() 1590 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq() 1594 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000/ |
| D | e1000_main.c | 2642 adapter->total_rx_packets, in e1000_set_itr() 3773 adapter->total_rx_packets = 0; in e1000_intr() 4130 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 4243 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4271 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4301 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4304 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4351 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 4434 total_rx_packets++; in e1000_clean_rx_irq() 4474 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq() [all …]
|
| D | e1000.h | 219 unsigned int total_rx_packets; member
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
| D | netdev.c | 920 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 995 total_rx_packets++; in e1000_clean_rx_irq() 1051 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq() 1316 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local 1446 total_rx_packets++; in e1000_clean_rx_irq_ps() 1483 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps() 1518 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 1630 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 1665 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 1808 adapter->total_rx_packets = 0; in e1000_intr_msi() [all …]
|
| D | e1000.h | 236 unsigned int total_rx_packets; member
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
| D | ixgbevf_main.c | 1119 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local 1128 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq() 1172 total_rx_packets++; in ixgbevf_clean_rx_irq() 1227 total_rx_packets++; in ixgbevf_clean_rx_irq() 1245 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq() 1248 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq() 1251 return total_rx_packets; in ixgbevf_clean_rx_irq()
|