| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_xsk.c | 251 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local 258 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc() 321 total_rx_packets++; in ixgbe_clean_rx_irq_zc() 346 total_rx_packets++; in ixgbe_clean_rx_irq_zc() 361 ixgbe_update_rx_ring_stats(rx_ring, q_vector, total_rx_packets, in ixgbe_clean_rx_irq_zc() 370 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc() 372 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
|
| A D | ixgbe_main.c | 2505 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local 2523 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq() 2571 total_rx_packets++; in ixgbe_clean_rx_irq() 2622 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq() 2635 total_rx_packets++; in ixgbe_clean_rx_irq() 2647 ixgbe_update_rx_ring_stats(rx_ring, q_vector, total_rx_packets, in ixgbe_clean_rx_irq() 2650 return total_rx_packets; in ixgbe_clean_rx_irq()
|
| /drivers/net/ethernet/intel/i40e/ |
| A D | i40e_xsk.c | 408 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local 426 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc() 481 total_rx_packets += rx_packets; in i40e_clean_rx_irq_zc() 495 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc() 503 return (int)total_rx_packets; in i40e_clean_rx_irq_zc() 505 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
|
| A D | i40e_txrx_common.h | 17 unsigned int total_rx_packets);
|
| A D | i40e_txrx.c | 2333 unsigned int total_rx_packets) in i40e_update_rx_stats() argument 2336 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats() 2339 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats() 2443 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local 2455 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq() 2577 total_rx_packets++; in i40e_clean_rx_irq() 2588 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq() 2590 *rx_cleaned = total_rx_packets; in i40e_clean_rx_irq() 2593 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_xsk.c | 817 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local 837 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc() 897 total_rx_packets++; in ice_clean_rx_irq_zc() 920 total_rx_packets++; in ice_clean_rx_irq_zc() 935 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc() 946 return (int)total_rx_packets; in ice_clean_rx_irq_zc() 949 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
|
| /drivers/net/ethernet/intel/iavf/ |
| A D | iavf_txrx.c | 1389 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local 1394 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq() 1474 total_rx_packets++; in iavf_clean_rx_irq() 1480 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq() 1483 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq() 1487 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
|
| /drivers/net/ethernet/intel/igbvf/ |
| A D | igbvf.h | 185 unsigned int total_rx_packets; member
|
| A D | netdev.c | 379 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq() 746 adapter->total_rx_packets, in igbvf_set_itr() 911 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
|
| /drivers/net/ethernet/intel/e1000/ |
| A D | e1000_main.c | 2650 adapter->total_rx_packets, in e1000_set_itr() 3781 adapter->total_rx_packets = 0; in e1000_intr() 4145 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 4255 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4283 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4313 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4316 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4363 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 4446 total_rx_packets++; in e1000_clean_rx_irq() 4486 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq() [all …]
|
| A D | e1000.h | 218 unsigned int total_rx_packets; member
|
| /drivers/net/ethernet/intel/e1000e/ |
| A D | netdev.c | 927 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 1002 total_rx_packets++; in e1000_clean_rx_irq() 1058 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq() 1447 total_rx_packets++; in e1000_clean_rx_irq_ps() 1484 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps() 1628 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 1663 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 1804 adapter->total_rx_packets = 0; in e1000_intr_msi() 1883 adapter->total_rx_packets = 0; in e1000_intr() 1952 adapter->total_rx_packets = 0; in e1000_intr_msix_rx() [all …]
|
| A D | e1000.h | 239 unsigned int total_rx_packets; member
|
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_lib.c | 631 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in wx_clean_rx_irq() local 686 total_rx_packets++; in wx_clean_rx_irq() 687 } while (likely(total_rx_packets < budget)); in wx_clean_rx_irq() 690 rx_ring->stats.packets += total_rx_packets; in wx_clean_rx_irq() 693 q_vector->rx.total_packets += total_rx_packets; in wx_clean_rx_irq() 696 return total_rx_packets; in wx_clean_rx_irq()
|
| /drivers/net/ethernet/intel/ixgbevf/ |
| A D | ixgbevf_main.c | 1120 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbevf_clean_rx_irq() local 1134 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq() 1181 total_rx_packets++; in ixgbevf_clean_rx_irq() 1236 total_rx_packets++; in ixgbevf_clean_rx_irq() 1254 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq() 1257 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq() 1260 return total_rx_packets; in ixgbevf_clean_rx_irq()
|