Home
last modified time | relevance | path

Searched refs:total_rx_packets (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c243 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local
250 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc()
308 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
330 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
350 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
353 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
362 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
364 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c252 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c346 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local
352 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc()
398 total_rx_packets++; in i40e_clean_rx_irq_zc()
426 total_rx_packets++; in i40e_clean_rx_irq_zc()
436 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc()
444 return (int)total_rx_packets; in i40e_clean_rx_irq_zc()
446 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
H A Di40e_txrx_common.h15 unsigned int total_rx_packets);
H A Di40e_txrx.c2268 * @total_rx_packets: number of packets received
2274 unsigned int total_rx_packets) in i40e_update_rx_stats()
2277 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats()
2280 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
2333 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2346 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2417 total_rx_packets++; in i40e_clean_rx_irq()
2455 total_rx_packets++; in i40e_clean_rx_irq()
2461 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2464 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
2272 i40e_update_rx_stats(struct i40e_ring *rx_ring, unsigned int total_rx_bytes, unsigned int total_rx_packets) i40e_update_rx_stats() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c586 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
591 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc()
636 total_rx_packets++; in ice_clean_rx_irq_zc()
659 total_rx_packets++; in ice_clean_rx_irq_zc()
673 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
681 return (int)total_rx_packets; in ice_clean_rx_irq_zc()
684 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c438 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local
456 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc()
510 total_rx_packets += rx_packets; in i40e_clean_rx_irq_zc()
524 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc()
532 return (int)total_rx_packets; in i40e_clean_rx_irq_zc()
534 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
H A Di40e_txrx_common.h15 unsigned int total_rx_packets);
H A Di40e_txrx.c2377 * @total_rx_packets: number of packets received
2383 unsigned int total_rx_packets) in i40e_update_rx_stats()
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()
2493 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2505 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2628 total_rx_packets++; in i40e_clean_rx_irq()
2639 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2641 *rx_cleaned = total_rx_packets; in i40e_clean_rx_irq()
2644 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
2381 i40e_update_rx_stats(struct i40e_ring *rx_ring, unsigned int total_rx_bytes, unsigned int total_rx_packets) i40e_update_rx_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c847 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
868 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc()
927 total_rx_packets++; in ice_clean_rx_irq_zc()
950 total_rx_packets++; in ice_clean_rx_irq_zc()
967 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
978 return (int)total_rx_packets; in ice_clean_rx_irq_zc()
981 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h194 unsigned int total_rx_packets; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h194 unsigned int total_rx_packets; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1477 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local
1482 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq()
1578 total_rx_packets++; in iavf_clean_rx_irq()
1584 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq()
1587 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
1591 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1498 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local
1503 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq()
1603 total_rx_packets++; in iavf_clean_rx_irq()
1609 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq()
1612 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
1616 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2648 adapter->total_rx_packets, in e1000_set_itr()
3777 adapter->total_rx_packets = 0; in e1000_intr()
4140 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4253 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4281 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4311 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4314 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4361 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4444 total_rx_packets in e1000_clean_rx_irq()
[all...]
H A De1000.h218 unsigned int total_rx_packets; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2648 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()
[all...]
H A De1000.h218 unsigned int total_rx_packets; member
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c625 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c923 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
998 total_rx_packets++; in e1000_clean_rx_irq()
1054 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
1321 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local
1451 total_rx_packets++; in e1000_clean_rx_irq_ps()
1488 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps()
1522 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
1634 total_rx_packets in e1000_clean_jumbo_rx_irq()
[all...]
H A De1000.h236 unsigned int total_rx_packets; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c927 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()
[all...]
H A De1000.h239 unsigned int total_rx_packets; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1127 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local
1141 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
1188 total_rx_packets++; in ixgbevf_clean_rx_irq()
1243 total_rx_packets++; in ixgbevf_clean_rx_irq()
1261 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1264 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1267 return total_rx_packets; in ixgbevf_clean_rx_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1120 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()

Completed in 60 milliseconds

12