Home
last modified time | relevance | path

Searched refs:total_rx_bytes (Results 1 – 19 of 19) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_xsk.c251 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()
A Dixgbe_main.c2505 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local
2572 total_rx_bytes += size; in ixgbe_clean_rx_irq()
2602 total_rx_bytes += skb->len; in ixgbe_clean_rx_irq()
2621 total_rx_bytes += ddp_bytes; in ixgbe_clean_rx_irq()
2648 total_rx_bytes); in ixgbe_clean_rx_irq()
/drivers/net/ethernet/intel/i40e/
A Di40e_txrx_common.h16 unsigned int total_rx_bytes,
A Di40e_xsk.c408 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()
A Di40e_txrx.c2332 unsigned int total_rx_bytes, in i40e_update_rx_stats() argument
2337 rx_ring->stats.bytes += total_rx_bytes; in i40e_update_rx_stats()
2340 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in i40e_update_rx_stats()
2443 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2549 total_rx_bytes += size; in i40e_clean_rx_irq()
2567 total_rx_bytes += skb->len; in i40e_clean_rx_irq()
2588 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
/drivers/net/ethernet/intel/ice/
A Dice_xsk.c817 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
896 total_rx_bytes += xdp_get_buff_len(first); in ice_clean_rx_irq_zc()
919 total_rx_bytes += skb->len; 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()
A Dice_txrx.c1268 unsigned int total_rx_bytes = 0, total_rx_pkts = 0; in ice_clean_rx_irq() local
1342 total_rx_bytes += xdp_get_buff_len(xdp); in ice_clean_rx_irq()
1377 total_rx_bytes += skb->len; in ice_clean_rx_irq()
1399 total_rx_bytes); in ice_clean_rx_irq()
/drivers/net/ethernet/intel/igbvf/
A Digbvf.h184 unsigned int total_rx_bytes; member
A Dnetdev.c380 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()
/drivers/net/ethernet/intel/idpf/
A Didpf_singleq_txrx.c962 unsigned int total_rx_bytes = 0, total_rx_pkts = 0; in idpf_rx_singleq_clean() local
1034 total_rx_bytes += skb->len; in idpf_rx_singleq_clean()
1058 u64_stats_add(&rx_q->q_stats.bytes, total_rx_bytes); in idpf_rx_singleq_clean()
A Didpf_txrx.c3361 int total_rx_bytes = 0, total_rx_pkts = 0; in idpf_rx_splitq_clean() local
3489 total_rx_bytes += skb->len; in idpf_rx_splitq_clean()
3511 u64_stats_add(&rxq->q_stats.bytes, total_rx_bytes); in idpf_rx_splitq_clean()
/drivers/net/ethernet/intel/e1000/
A De1000_main.c2651 adapter->total_rx_bytes); in e1000_set_itr()
3780 adapter->total_rx_bytes = 0; in e1000_intr()
4145 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4254 total_rx_bytes += skb->len; in e1000_clean_jumbo_rx_irq()
4280 total_rx_bytes += (skb->len - 4); /* don't count FCS */ in e1000_clean_jumbo_rx_irq()
4314 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq()
4315 netdev->stats.rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq()
4363 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4445 total_rx_bytes += (length - 4); /* don't count FCS */ in e1000_clean_rx_irq()
4487 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq()
[all …]
A De1000.h217 unsigned int total_rx_bytes; member
/drivers/net/ethernet/intel/e1000e/
A Dnetdev.c996 total_rx_bytes -= 4; in e1000_clean_rx_irq()
1001 total_rx_bytes += length; in e1000_clean_rx_irq()
1057 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq()
1446 total_rx_bytes += skb->len; in e1000_clean_rx_irq_ps()
1483 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq_ps()
1627 total_rx_bytes += skb->len; in e1000_clean_jumbo_rx_irq()
1662 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq()
1803 adapter->total_rx_bytes = 0; in e1000_intr_msi()
1882 adapter->total_rx_bytes = 0; in e1000_intr()
1951 adapter->total_rx_bytes = 0; in e1000_intr_msix_rx()
[all …]
A De1000.h238 unsigned int total_rx_bytes; member
/drivers/net/ethernet/intel/iavf/
A Diavf_txrx.c1389 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()
/drivers/net/wireless/realtek/rtw88/
A Dsdio.c1030 u32 rx_len, hisr, total_rx_bytes = 0; in rtw_sdio_rx_isr() local
1043 total_rx_bytes += rx_len; in rtw_sdio_rx_isr()
1062 } while (total_rx_bytes < SZ_64K && hisr & REG_SDIO_HISR_RX_REQUEST); in rtw_sdio_rx_isr()
/drivers/net/ethernet/wangxun/libwx/
A Dwx_lib.c631 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in wx_clean_rx_irq() local
679 total_rx_bytes += skb->len; in wx_clean_rx_irq()
691 rx_ring->stats.bytes += total_rx_bytes; in wx_clean_rx_irq()
694 q_vector->rx.total_bytes += total_rx_bytes; in wx_clean_rx_irq()
/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf_main.c1120 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()

Completed in 128 milliseconds