| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_xsk.c | 251 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local 322 total_rx_bytes += size; in ixgbe_clean_rx_irq_zc() 345 total_rx_bytes += skb->len; in ixgbe_clean_rx_irq_zc() 362 total_rx_bytes); in ixgbe_clean_rx_irq_zc()
|
| H A D | ixgbe_main.c | 2500 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local 2567 total_rx_bytes += size; in ixgbe_clean_rx_irq() 2597 total_rx_bytes += skb->len; in ixgbe_clean_rx_irq() 2616 total_rx_bytes += ddp_bytes; in ixgbe_clean_rx_irq() 2643 total_rx_bytes); in ixgbe_clean_rx_irq()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_xsk.c | 572 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local 648 total_rx_bytes += xdp_get_buff_len(first); in ice_clean_rx_irq_zc() 667 total_rx_bytes += skb->len; in ice_clean_rx_irq_zc() 685 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
|
| H A D | ice_txrx.c | 947 unsigned int total_rx_bytes = 0, total_rx_pkts = 0; in ice_clean_rx_irq() local 1036 total_rx_bytes += xdp_get_buff_len(&xdp->base); in ice_clean_rx_irq() 1056 total_rx_bytes += skb->len; in ice_clean_rx_irq() 1080 total_rx_bytes); in ice_clean_rx_irq()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_txrx_common.h | 16 unsigned int total_rx_bytes,
|
| H A D | i40e_xsk.c | 408 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local 482 total_rx_bytes += rx_bytes; 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()
|
| H A D | i40e_txrx.c | 2329 unsigned int total_rx_bytes, in i40e_update_rx_stats() argument 2334 rx_ring->stats.bytes += total_rx_bytes; in i40e_update_rx_stats() 2337 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in i40e_update_rx_stats() 2440 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local 2546 total_rx_bytes += size; in i40e_clean_rx_irq() 2564 total_rx_bytes += skb->len; in i40e_clean_rx_irq() 2585 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | igbvf.h | 184 unsigned int total_rx_bytes; member
|
| H A D | netdev.c | 380 adapter->total_rx_bytes += total_bytes; in igbvf_clean_rx_irq() 747 adapter->total_rx_bytes); in igbvf_set_itr() 910 adapter->total_rx_bytes = 0; in igbvf_intr_msix_rx()
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 2650 adapter->total_rx_bytes); in e1000_set_itr() 3777 adapter->total_rx_bytes = 0; in e1000_intr() 4150 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 4259 total_rx_bytes += skb->len; in e1000_clean_jumbo_rx_irq() 4285 total_rx_bytes += (skb->len - 4); /* don't count FCS */ in e1000_clean_jumbo_rx_irq() 4319 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq() 4320 netdev->stats.rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq() 4368 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 4450 total_rx_bytes += (length - 4); /* don't count FCS */ in e1000_clean_rx_irq() 4492 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq() [all …]
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | netdev.c | 928 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 997 total_rx_bytes -= 4; in e1000_clean_rx_irq() 1002 total_rx_bytes += length; in e1000_clean_rx_irq() 1058 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq() 1326 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local 1447 total_rx_bytes += skb->len; in e1000_clean_rx_irq_ps() 1484 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq_ps() 1519 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 1628 total_rx_bytes += skb->len; in e1000_clean_jumbo_rx_irq() 1663 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq() [all …]
|
| H A D | e1000.h | 239 unsigned int total_rx_bytes; member
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_txrx.c | 1389 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local 1464 total_rx_bytes += skb->len; in iavf_clean_rx_irq() 1481 rx_ring->stats.bytes += total_rx_bytes; in iavf_clean_rx_irq() 1484 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in iavf_clean_rx_irq()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | sdio.c | 1036 u32 rx_len, hisr, total_rx_bytes = 0; in rtw_sdio_rx_isr() local 1049 total_rx_bytes += rx_len; in rtw_sdio_rx_isr() 1068 } while (total_rx_bytes < SZ_64K && hisr & REG_SDIO_HISR_RX_REQUEST); in rtw_sdio_rx_isr()
|
| /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 1182 total_rx_bytes += size; in ixgbevf_clean_rx_irq() 1214 total_rx_bytes += skb->len; in ixgbevf_clean_rx_irq() 1255 rx_ring->stats.bytes += total_rx_bytes; in ixgbevf_clean_rx_irq() 1258 q_vector->rx.total_bytes += total_rx_bytes; in ixgbevf_clean_rx_irq()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_lib.c | 673 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in wx_clean_rx_irq() local 720 total_rx_bytes += skb->len; in wx_clean_rx_irq() 732 rx_ring->stats.bytes += total_rx_bytes; in wx_clean_rx_irq() 735 q_vector->rx.total_bytes += total_rx_bytes; in wx_clean_rx_irq()
|