Searched refs:pstats (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dnmclan_cs.c1213 static void pr_linux_stats(struct net_device_stats *pstats) argument
1217 (long)pstats->rx_packets, (long)pstats->tx_packets);
1219 (long)pstats->rx_errors, (long)pstats->tx_errors);
1221 (long)pstats->rx_dropped, (long)pstats->tx_dropped);
1223 (long)pstats->multicast, (long)pstats->collisions);
1226 (long)pstats
1243 pr_mace_stats(mace_statistics *pstats) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcxgb2.c300 const struct cmac_statistics *pstats; local
303 pstats = p->mac->ops->statistics_update(p->mac,
306 ns->tx_packets = pstats->TxUnicastFramesOK +
307 pstats->TxMulticastFramesOK + pstats->TxBroadcastFramesOK;
309 ns->rx_packets = pstats->RxUnicastFramesOK +
310 pstats->RxMulticastFramesOK + pstats->RxBroadcastFramesOK;
312 ns->tx_bytes = pstats->TxOctetsOK;
313 ns->rx_bytes = pstats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_main.c981 const struct mac_stats *pstats; local
984 pstats = t3_mac_update_stats(&p->mac);
987 ns->tx_bytes = pstats->tx_octets;
988 ns->tx_packets = pstats->tx_frames;
989 ns->rx_bytes = pstats->rx_octets;
990 ns->rx_packets = pstats->rx_frames;
991 ns->multicast = pstats->rx_mcast_frames;
993 ns->tx_errors = pstats->tx_underrun;
994 ns->rx_errors = pstats->rx_symbol_errs + pstats
[all...]

Completed in 93 milliseconds