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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drc80211_minstrel_ht.h96 unsigned int total_packets; member in struct:minstrel_ht_sta
H A Drc80211_minstrel_ht_debugfs.c86 max(0, (int) mi->total_packets - (int) mi->sample_packets),
H A Drc80211_minstrel_ht.c615 mi->total_packets++;
618 if (mi->total_packets == ~0) {
619 mi->total_packets = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb.h205 unsigned int total_packets; member in struct:igb_ring
H A Digb_main.c3548 if (q_vector->rx_ring && q_vector->rx_ring->total_packets) {
3550 avg_wire_size = ring->total_bytes / ring->total_packets;
3553 if (q_vector->tx_ring && q_vector->tx_ring->total_packets) {
3557 ring->total_packets));
3588 q_vector->rx_ring->total_packets = 0;
3592 q_vector->tx_ring->total_packets = 0;
3675 q_vector->rx_ring->total_packets,
3680 q_vector->tx_ring->total_packets,
3705 q_vector->rx_ring->total_packets = 0;
3707 q_vector->tx_ring->total_packets
5339 unsigned int total_bytes = 0, total_packets = 0; local
5535 unsigned int total_bytes = 0, total_packets = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dixgbevf.h76 unsigned int total_packets; member in struct:ixgbevf_ring
H A Dixgbevf_main.c225 unsigned int total_bytes = 0, total_packets = 0; local
250 total_packets += segs;
309 tx_ring->total_packets += total_packets;
312 adapter->net_stats.tx_packets += total_packets;
636 rx_ring->total_packets += total_rx_packets;
895 tx_ring->total_packets,
910 rx_ring->total_packets,
998 tx_ring->total_packets = 0;
1028 rx_ring->total_packets
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dnetdev.c239 unsigned int total_bytes = 0, total_packets = 0; local
331 total_packets++;
362 adapter->total_rx_packets += total_packets;
365 adapter->net_stats.rx_packets += total_packets;
774 unsigned int total_bytes = 0, total_packets = 0; local
799 total_packets += segs;
847 adapter->net_stats.tx_packets += total_packets;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe.h162 unsigned int total_packets; member in struct:ixgbe_ring
H A Dixgbe_main.c742 unsigned int total_bytes = 0, total_packets = 0; local
779 total_packets += segs;
827 tx_ring->total_packets += total_packets;
828 tx_ring->stats.packets += total_packets;
1374 rx_ring->total_packets += total_rx_packets;
1570 tx_ring->total_packets,
1585 rx_ring->total_packets,
1803 tx_ring->total_packets = 0;
1831 rx_ring->total_packets
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c1267 uint64_t total_packets = 0, total_size = 0; local
1277 total_packets += ist->nb_packets;
1296 total_packets, total_size);
1301 uint64_t total_packets = 0, total_size = 0; local
1311 total_packets += ost->packets_written;
1330 total_packets, total_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dips.h588 uint8_t total_packets; member in struct:__anon14550
H A Dips.c1689 datasize = pt->CoppCP.cmd.flashfw.total_packets *
1718 pt->CoppCP.cmd.flashfw.total_packets - 1) {
2426 scb->cmd.flashfw.total_packets = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsky2.c2576 unsigned int total_packets[2] = { 0 }; local
2603 total_packets[port]++;
2666 sky2_rx_done(hw, 0, total_packets[0], total_bytes[0]);
2667 sky2_rx_done(hw, 1, total_packets[1], total_bytes[1]);

Completed in 342 milliseconds