/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_xsk.c | 252 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local 259 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc() 322 total_rx_packets++; in ixgbe_clean_rx_irq_zc() 347 total_rx_packets++; in ixgbe_clean_rx_irq_zc() 363 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq_zc() 366 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc() 375 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc() 377 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
|
H A D | ixgbe_main.c | 2289 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local 2306 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq() 2356 total_rx_packets++; in ixgbe_clean_rx_irq() 2407 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq() 2420 total_rx_packets++; in ixgbe_clean_rx_irq() 2433 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq() 2436 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq() 2439 return total_rx_packets; in ixgbe_clean_rx_irq()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_xsk.c | 434 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local 452 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc() 506 total_rx_packets += rx_packets; in i40e_clean_rx_irq_zc() 520 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc() 528 return (int)total_rx_packets; in i40e_clean_rx_irq_zc() 530 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
|
H A D | i40e_txrx_common.h | 17 unsigned int total_rx_packets);
|
H A D | i40e_txrx.c | 2382 unsigned int total_rx_packets) in i40e_update_rx_stats() argument 2385 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats() 2388 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats() 2492 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local 2504 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq() 2627 total_rx_packets++; in i40e_clean_rx_irq() 2638 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq() 2640 *rx_cleaned = total_rx_packets; in i40e_clean_rx_irq() 2643 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_xsk.c | 844 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local 865 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc() 924 total_rx_packets++; in ice_clean_rx_irq_zc() 947 total_rx_packets++; in ice_clean_rx_irq_zc() 964 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc() 975 return (int)total_rx_packets; in ice_clean_rx_irq_zc() 978 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 1499 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local 1504 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq() 1604 total_rx_packets++; in iavf_clean_rx_irq() 1610 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq() 1613 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq() 1617 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
|
/openbmc/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 194 unsigned int total_rx_packets; member
|
H 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() 915 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 2648 adapter->total_rx_packets, in e1000_set_itr() 3777 adapter->total_rx_packets = 0; in e1000_intr() 4141 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 4251 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4279 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4309 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4312 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4359 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 4442 total_rx_packets++; in e1000_clean_rx_irq() 4482 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq() [all …]
|
H A D | e1000.h | 218 unsigned int total_rx_packets; member
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H 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() 1325 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local 1447 total_rx_packets++; in e1000_clean_rx_irq_ps() 1484 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 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() [all …]
|
H A D | e1000.h | 239 unsigned int total_rx_packets; member
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 625 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in wx_clean_rx_irq() local 679 total_rx_packets++; in wx_clean_rx_irq() 680 } while (likely(total_rx_packets < budget)); in wx_clean_rx_irq() 683 rx_ring->stats.packets += total_rx_packets; in wx_clean_rx_irq() 686 q_vector->rx.total_packets += total_rx_packets; in wx_clean_rx_irq() 689 return total_rx_packets; in wx_clean_rx_irq()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H 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 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()
|