Searched refs:total_packets (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h76 u64 total_packets; member in struct:ixgbevf_ring
H A Dixgbevf_main.c199 unsigned int total_bytes = 0, total_packets = 0; local
227 total_packets += segs;
278 tx_ring->total_packets += total_packets;
601 rx_ring->total_packets += total_rx_packets;
860 tx_ring->total_packets,
875 rx_ring->total_packets,
970 tx_ring->total_packets = 0;
1000 rx_ring->total_packets = 0;
3244 packets = ring->total_packets;
[all...]
/drivers/net/ethernet/intel/igb/
H A Digb.h187 unsigned int total_packets; /* total packets processed this int */ member in struct:igb_ring_container
H A Digb_main.c3834 packets = q_vector->rx.total_packets;
3838 packets = q_vector->tx.total_packets;
3872 q_vector->rx.total_packets = 0;
3874 q_vector->tx.total_packets = 0;
3896 unsigned int packets = ring_container->total_packets;
3940 ring_container->total_packets = 0;
5750 unsigned int total_bytes = 0, total_packets = 0; local
5780 total_packets += tx_buffer->gso_segs;
5832 total_packets, total_bytes); local
5837 tx_ring->tx_stats.packets += total_packets;
6029 unsigned int total_bytes = 0, total_packets = 0; local
[all...]
/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c249 unsigned int total_bytes = 0, total_packets = 0; local
341 total_packets++;
372 adapter->total_rx_packets += total_packets;
375 adapter->net_stats.rx_packets += total_packets;
752 unsigned int total_bytes = 0, total_packets = 0; local
777 total_packets += segs;
809 adapter->net_stats.tx_packets += total_packets;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h293 unsigned int total_packets; /* total packets processed this int */ member in struct:ixgbe_ring_container
H A Dixgbe_main.c747 unsigned int total_bytes = 0, total_packets = 0; local
783 total_packets += tx_buffer->gso_segs;
802 tx_ring->stats.packets += total_packets;
805 q_vector->tx.total_packets += total_packets;
839 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) &&
1466 q_vector->rx.total_packets += total_rx_packets;
1575 int packets = ring_container->total_packets;
1610 ring_container->total_packets = 0;
/drivers/scsi/
H A Dips.h587 uint8_t total_packets; member in struct:__anon4353
H A Dips.c1691 datasize = pt->CoppCP.cmd.flashfw.total_packets *
1720 pt->CoppCP.cmd.flashfw.total_packets - 1) {
2428 scb->cmd.flashfw.total_packets = 1;
/drivers/net/ethernet/marvell/
H A Dsky2.c2698 unsigned int total_packets[2] = { 0 }; local
2725 total_packets[port]++;
2786 sky2_rx_done(hw, 0, total_packets[0], total_bytes[0]);
2787 sky2_rx_done(hw, 1, total_packets[1], total_bytes[1]);

Completed in 256 milliseconds