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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacb.h339 u32 tx_ok; member in struct:macb_stats
H A D8139cp.c312 __le64 tx_ok; member in struct:cp_dma_stats
408 { "tx_ok" },
1528 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.h591 unsigned long tx_ok; member in struct:__anon10835
H A Dambassador.c225 dev->stats.tx_ok++;
1150 s->tx_ok, s->rx.ok, s->rx.error,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c.h357 unsigned long tx_ok; /* The number of good packet transmitted. */ member in struct:atl1c_hw_stats
H A Datl1c_main.c1544 stats_item = &adapter->hw_stats.tx_ok;
1568 net_stats->tx_packets = hw_stats->tx_ok;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e.h288 unsigned long tx_ok; /* The number of good packet transmitted. */ member in struct:atl1e_hw_stats
H A Datl1e_main.c1141 net_stats->tx_packets = hw_stats->tx_ok;
1184 stats_item = &adapter->hw_stats.tx_ok;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.h349 u32 tx_ok; /* good TX packets */ member in struct:stats_msg_block
H A Datl1.c1682 adapter->soft_stats.tx_packets += smb->tx_ok;

Completed in 84 milliseconds