• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/

Lines Matching refs:FALCON_STAT

296 	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(efx, XgRxJabberPkts, rx_bad_gtjumbo);
306 FALCON_STAT(efx, XgRxUndersizeFCSerrorPkts, rx_bad_lt64);
307 FALCON_STAT(efx, XgRxDropEvents, rx_overflow);
308 FALCON_STAT(efx, XgRxFCSerrorPkts, rx_bad);
309 FALCON_STAT(efx, XgRxAlignError, rx_align_error);
310 FALCON_STAT(efx, XgRxSymbolError, rx_symbol_error);
311 FALCON_STAT(efx, XgRxInternalMACError, rx_internal_error);
312 FALCON_STAT(efx, XgRxControlPkts, rx_control);
313 FALCON_STAT(efx, XgRxPausePkts, rx_pause);
314 FALCON_STAT(efx, XgRxPkts64Octets, rx_64);
315 FALCON_STAT(efx, XgRxPkts65to127Octets, rx_65_to_127);
316 FALCON_STAT(efx, XgRxPkts128to255Octets, rx_128_to_255);
317 FALCON_STAT(efx, XgRxPkts256to511Octets, rx_256_to_511);
318 FALCON_STAT(efx, XgRxPkts512to1023Octets, rx_512_to_1023);
319 FALCON_STAT(efx, XgRxPkts1024to15xxOctets, rx_1024_to_15xx);
320 FALCON_STAT(efx, XgRxPkts15xxtoMaxOctets, rx_15xx_to_jumbo);
321 FALCON_STAT(efx, XgRxLengthError, rx_length_error);
322 FALCON_STAT(efx, XgTxPkts, tx_packets);
323 FALCON_STAT(efx, XgTxOctets, tx_bytes);
324 FALCON_STAT(efx, XgTxMulticastPkts, tx_multicast);
325 FALCON_STAT(efx, XgTxBroadcastPkts, tx_broadcast);
326 FALCON_STAT(efx, XgTxUnicastPkts, tx_unicast);
327 FALCON_STAT(efx, XgTxControlPkts, tx_control);
328 FALCON_STAT(efx, XgTxPausePkts, tx_pause);
329 FALCON_STAT(efx, XgTxPkts64Octets, tx_64);
330 FALCON_STAT(efx, XgTxPkts65to127Octets, tx_65_to_127);
331 FALCON_STAT(efx, XgTxPkts128to255Octets, tx_128_to_255);
332 FALCON_STAT(efx, XgTxPkts256to511Octets, tx_256_to_511);
333 FALCON_STAT(efx, XgTxPkts512to1023Octets, tx_512_to_1023);
334 FALCON_STAT(efx, XgTxPkts1024to15xxOctets, tx_1024_to_15xx);
335 FALCON_STAT(efx, XgTxPkts1519toMaxOctets, tx_15xx_to_jumbo);
336 FALCON_STAT(efx, XgTxUndersizePkts, tx_lt64);
337 FALCON_STAT(efx, XgTxOversizePkts, tx_gtjumbo);
338 FALCON_STAT(efx, XgTxNonTcpUdpPkt, tx_non_tcpudp);
339 FALCON_STAT(efx, XgTxMacSrcErrPkt, tx_mac_src_error);
340 FALCON_STAT(efx, XgTxIpSrcErrPkt, tx_ip_src_error);