Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c4130 #define _40g_mac_reg_read32(field) al_eth_40g_mac_reg_read(adapter, \ in al_eth_mac_stats_get() macro
4137 stats->ifOutUcastPkts = _40g_mac_reg_read32(&reg_tx_stats->ifUcastPkts); in al_eth_mac_stats_get()
4140 stats->ifInErrors = _40g_mac_reg_read32(&reg_rx_stats->ifInErrors); in al_eth_mac_stats_get()
4141 stats->ifOutErrors = _40g_mac_reg_read32(&reg_tx_stats->ifOutErrors); in al_eth_mac_stats_get()
4142 stats->aFramesReceivedOK = _40g_mac_reg_read32(&reg_rx_stats->FramesOK); in al_eth_mac_stats_get()
4146 octets = _40g_mac_reg_read32(&reg_rx_stats->ifOctetsL); in al_eth_mac_stats_get()
4149 octets -= 4 * _40g_mac_reg_read32(&reg_rx_stats->VLANOK); in al_eth_mac_stats_get()
4153 octets = _40g_mac_reg_read32(&reg_tx_stats->ifOctetsL); in al_eth_mac_stats_get()
4156 octets -= 4 * _40g_mac_reg_read32(&reg_tx_stats->VLANOK); in al_eth_mac_stats_get()
4170 stats->VLANTransmittedOK = _40g_mac_reg_read32(&reg_tx_stats->VLANOK); in al_eth_mac_stats_get()
[all …]