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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dfalcon_gmac.c141 FALCON_STAT(efx, GRxGoodOct, rx_good_bytes);
142 FALCON_STAT(efx, GRxBadOct, rx_bad_bytes);
143 FALCON_STAT(efx, GRxMissPkt, rx_missed);
144 FALCON_STAT(efx, GRxFalseCRS, rx_false_carrier);
145 FALCON_STAT(efx, GRxPausePkt, rx_pause);
146 FALCON_STAT(efx, GRxBadPkt, rx_bad);
147 FALCON_STAT(efx, GRxUcastPkt, rx_unicast);
148 FALCON_STAT(efx, GRxMcastPkt, rx_multicast);
149 FALCON_STAT(efx, GRxBcastPkt, rx_broadcast);
150 FALCON_STAT(ef
[all...]
H A Dfalcon_xmac.c296 FALCON_STAT(efx, XgRxOctets, rx_bytes);
297 FALCON_STAT(efx, XgRxOctetsOK, rx_good_bytes);
298 FALCON_STAT(efx, XgRxPkts, rx_packets);
299 FALCON_STAT(efx, XgRxPktsOK, rx_good);
300 FALCON_STAT(efx, XgRxBroadcastPkts, rx_broadcast);
301 FALCON_STAT(efx, XgRxMulticastPkts, rx_multicast);
302 FALCON_STAT(efx, XgRxUnicastPkts, rx_unicast);
303 FALCON_STAT(efx, XgRxUndersizePkts, rx_lt64);
304 FALCON_STAT(efx, XgRxOversizePkts, rx_gtjumbo);
305 FALCON_STAT(ef
[all...]
H A Dnic.h239 #define FALCON_STAT(efx, falcon_stat, efx_stat) do { \ macro

Completed in 34 milliseconds