Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c175 #define XGMAC_MMC_STAT(_string, _var) \ macro
187 XGMAC_MMC_STAT("tx_bytes", txoctetcount_gb),
188 XGMAC_MMC_STAT("tx_packets", txframecount_gb),
189 XGMAC_MMC_STAT("tx_unicast_packets", txunicastframes_gb),
190 XGMAC_MMC_STAT("tx_broadcast_packets", txbroadcastframes_gb),
191 XGMAC_MMC_STAT("tx_multicast_packets", txmulticastframes_gb),
192 XGMAC_MMC_STAT("tx_vlan_packets", txvlanframes_g),
195 XGMAC_MMC_STAT("tx_64_byte_packets", tx64octets_gb),
196 XGMAC_MMC_STAT("tx_65_to_127_byte_packets", tx65to127octets_gb),
197 XGMAC_MMC_STAT("tx_128_to_255_byte_packets", tx128to255octets_gb),
[all …]