Searched refs:total_rx_bytes (Results 1 - 8 of 8) sorted by relevance

/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h209 unsigned int total_rx_bytes; member in struct:igbvf_adapter
H A Dnetdev.c373 adapter->total_rx_bytes += total_bytes;
699 adapter->total_rx_bytes);
870 adapter->total_rx_bytes = 0;
/drivers/net/ethernet/intel/e1000/
H A De1000.h229 unsigned int total_rx_bytes; member in struct:e1000_adapter
H A De1000_main.c2658 adapter->total_rx_bytes);
3551 adapter->total_rx_bytes = 0;
3787 unsigned int total_rx_bytes=0, total_rx_packets=0; local
3908 total_rx_bytes += skb->len;
3940 adapter->total_rx_bytes += total_rx_bytes;
3941 netdev->stats.rx_bytes += total_rx_bytes;
3992 unsigned int total_rx_bytes=0, total_rx_packets=0; local
4067 total_rx_bytes += length;
4102 adapter->total_rx_bytes
[all...]
/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c863 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
931 total_rx_bytes += length;
988 adapter->total_rx_bytes += total_rx_bytes;
1196 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1318 total_rx_bytes += skb->len;
1354 adapter->total_rx_bytes += total_rx_bytes;
1391 unsigned int total_rx_bytes=0, total_rx_packets=0; local
1498 total_rx_bytes
[all...]
H A De1000.h320 unsigned int total_rx_bytes; member in struct:e1000_adapter
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c469 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
561 total_rx_bytes += skb->len;
602 rx_ring->total_bytes += total_rx_bytes;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1249 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1406 total_rx_bytes += skb->len;
1457 total_rx_bytes += ddp_bytes;
1464 rx_ring->stats.bytes += total_rx_bytes;
1467 q_vector->rx.total_bytes += total_rx_bytes;

Completed in 863 milliseconds