| /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 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 D | ixgbe_main.c | 2505 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 D | i40e_txrx_common.h | 16 unsigned int total_rx_bytes,
|
| 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()
|
| A D | i40e_txrx.c | 2332 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 D | ice_xsk.c | 817 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 D | ice_txrx.c | 1268 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 D | igbvf.h | 184 unsigned int total_rx_bytes; member
|
| 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()
|
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_singleq_txrx.c | 962 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 D | idpf_txrx.c | 3361 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 D | e1000_main.c | 2651 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 D | e1000.h | 217 unsigned int total_rx_bytes; member
|
| /drivers/net/ethernet/intel/e1000e/ |
| A D | netdev.c | 996 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 D | e1000.h | 238 unsigned int total_rx_bytes; member
|
| /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 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 D | sdio.c | 1030 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 D | wx_lib.c | 631 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 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()
|