[go: nahoru, domu]

Searched defs:total_rx_packets (Results 1 - 9 of 9) sorted by relevance

/drivers/net/ethernet/intel/e1000/
H A De1000.h242 unsigned int total_rx_packets; member in struct:e1000_adapter
H A De1000_main.c2655 adapter->total_rx_packets,
3786 adapter->total_rx_packets = 0;
4136 unsigned int total_rx_bytes=0, total_rx_packets=0; local
4248 total_rx_packets++;
4276 total_rx_packets++;
4306 adapter->total_rx_packets += total_rx_packets;
4309 netdev->stats.rx_packets += total_rx_packets;
4356 unsigned int total_rx_bytes=0, total_rx_packets=0; local
4437 total_rx_packets
[all...]
/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c881 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1006 total_rx_packets++;
1040 rx_ring->stats.packets += total_rx_packets;
1043 rx_ring->q_vector->rx.total_packets += total_rx_packets;
/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h220 unsigned int total_rx_packets; member in struct:igbvf_adapter
/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c1376 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1516 total_rx_packets++;
1556 rx_ring->stats.packets += total_rx_packets;
1559 rx_ring->q_vector->rx.total_packets += total_rx_packets;
/drivers/net/ethernet/intel/e1000e/
H A De1000.h253 unsigned int total_rx_packets; member in struct:e1000_adapter
H A Dnetdev.c936 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1011 total_rx_packets++;
1067 adapter->total_rx_packets += total_rx_packets;
1322 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1452 total_rx_packets++;
1489 adapter->total_rx_packets += total_rx_packets;
1524 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1636 total_rx_packets
[all...]
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c493 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
556 total_rx_packets++;
596 rx_ring->stats.packets += total_rx_packets;
599 q_vector->rx.total_packets += total_rx_packets;
602 return total_rx_packets;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1986 unsigned int total_rx_bytes = 0, total_rx_packets = 0; local
1994 while (likely(total_rx_packets < budget)) {
2054 total_rx_packets += DIV_ROUND_UP(ddp_bytes,
2068 total_rx_packets++;
2072 rx_ring->stats.packets += total_rx_packets;
2075 q_vector->rx.total_packets += total_rx_packets;
2078 return total_rx_packets;

Completed in 184 milliseconds