| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_xsk.c | 431 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local 502 total_rx_bytes += size; in ixgbe_clean_rx_irq_zc() 522 total_rx_bytes += skb->len; in ixgbe_clean_rx_irq_zc() 544 rx_ring->stats.bytes += total_rx_bytes; in ixgbe_clean_rx_irq_zc() 547 q_vector->rx.total_bytes += total_rx_bytes; in ixgbe_clean_rx_irq_zc()
|
| D | ixgbe_main.c | 2281 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local 2340 total_rx_bytes += size; in ixgbe_clean_rx_irq() 2370 total_rx_bytes += skb->len; in ixgbe_clean_rx_irq() 2389 total_rx_bytes += ddp_bytes; in ixgbe_clean_rx_irq() 2421 rx_ring->stats.bytes += total_rx_bytes; in ixgbe_clean_rx_irq() 2424 q_vector->rx.total_bytes += total_rx_bytes; in ixgbe_clean_rx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_xsk.c | 532 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local 592 total_rx_bytes += size; in i40e_clean_rx_irq_zc() 619 total_rx_bytes += skb->len; in i40e_clean_rx_irq_zc() 627 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc()
|
| D | i40e_txrx_common.h | 18 unsigned int total_rx_bytes,
|
| D | i40e_txrx.c | 2284 unsigned int total_rx_bytes, in i40e_update_rx_stats() argument 2289 rx_ring->stats.bytes += total_rx_bytes; in i40e_update_rx_stats() 2292 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in i40e_update_rx_stats() 2331 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local 2405 total_rx_bytes += size; in i40e_clean_rx_irq() 2434 total_rx_bytes += skb->len; in i40e_clean_rx_irq() 2450 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igbvf/ |
| D | igbvf.h | 193 unsigned int total_rx_bytes; member
|
| D | netdev.c | 379 adapter->total_rx_bytes += total_bytes; in igbvf_clean_rx_irq() 744 adapter->total_rx_bytes); in igbvf_set_itr() 911 adapter->total_rx_bytes = 0; in igbvf_intr_msix_rx()
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000/ |
| D | e1000_main.c | 2643 adapter->total_rx_bytes); in e1000_set_itr() 3772 adapter->total_rx_bytes = 0; in e1000_intr() 4130 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 4242 total_rx_bytes += skb->len; in e1000_clean_jumbo_rx_irq() 4268 total_rx_bytes += (skb->len - 4); /* don't count FCS */ in e1000_clean_jumbo_rx_irq() 4302 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq() 4303 netdev->stats.rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq() 4351 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 4433 total_rx_bytes += (length - 4); /* don't count FCS */ in e1000_clean_rx_irq() 4475 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq() [all …]
|
| D | e1000.h | 218 unsigned int total_rx_bytes; member
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
| D | netdev.c | 920 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 989 total_rx_bytes -= 4; in e1000_clean_rx_irq() 994 total_rx_bytes += length; in e1000_clean_rx_irq() 1050 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq() 1316 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local 1445 total_rx_bytes += skb->len; in e1000_clean_rx_irq_ps() 1482 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq_ps() 1518 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 1629 total_rx_bytes += skb->len; in e1000_clean_jumbo_rx_irq() 1664 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq() [all …]
|
| D | e1000.h | 235 unsigned int total_rx_bytes; member
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_txrx.c | 1007 unsigned int total_rx_bytes = 0, total_rx_pkts = 0; in ice_clean_rx_irq() local 1084 total_rx_bytes += skb->len; in ice_clean_rx_irq() 1105 rx_ring->stats.bytes += total_rx_bytes; in ice_clean_rx_irq() 1108 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in ice_clean_rx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
| D | iavf_txrx.c | 1480 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local 1563 total_rx_bytes += skb->len; in iavf_clean_rx_irq() 1588 rx_ring->stats.bytes += total_rx_bytes; in iavf_clean_rx_irq() 1591 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in iavf_clean_rx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
| D | ixgbevf_main.c | 1119 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local 1173 total_rx_bytes += size; in ixgbevf_clean_rx_irq() 1205 total_rx_bytes += skb->len; in ixgbevf_clean_rx_irq() 1246 rx_ring->stats.bytes += total_rx_bytes; in ixgbevf_clean_rx_irq() 1249 q_vector->rx.total_bytes += total_rx_bytes; in ixgbevf_clean_rx_irq()
|