Home
last modified time | relevance | path

Searched refs:FALCON_STAT (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/sfc/
Dfalcon_xmac.c297 FALCON_STAT(efx, XgRxOctets, rx_bytes); in falcon_update_stats_xmac()
298 FALCON_STAT(efx, XgRxOctetsOK, rx_good_bytes); in falcon_update_stats_xmac()
299 FALCON_STAT(efx, XgRxPkts, rx_packets); in falcon_update_stats_xmac()
300 FALCON_STAT(efx, XgRxPktsOK, rx_good); in falcon_update_stats_xmac()
301 FALCON_STAT(efx, XgRxBroadcastPkts, rx_broadcast); in falcon_update_stats_xmac()
302 FALCON_STAT(efx, XgRxMulticastPkts, rx_multicast); in falcon_update_stats_xmac()
303 FALCON_STAT(efx, XgRxUnicastPkts, rx_unicast); in falcon_update_stats_xmac()
304 FALCON_STAT(efx, XgRxUndersizePkts, rx_lt64); in falcon_update_stats_xmac()
305 FALCON_STAT(efx, XgRxOversizePkts, rx_gtjumbo); in falcon_update_stats_xmac()
306 FALCON_STAT(efx, XgRxJabberPkts, rx_bad_gtjumbo); in falcon_update_stats_xmac()
[all …]
Dnic.h357 #define FALCON_STAT(efx, falcon_stat, efx_stat) do { \ macro