Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c4068 struct al_eth_mac_10g_stats_v3_rx __iomem *reg_rx_stats = in al_eth_mac_stats_get() local
4081 stats->ifInErrors = al_reg_read32(&reg_rx_stats->ifInErrors); in al_eth_mac_stats_get()
4083 stats->aFramesReceivedOK = al_reg_read32(&reg_rx_stats->FramesOK); in al_eth_mac_stats_get()
4087 octets = al_reg_read32(&reg_rx_stats->ifOctetsL); in al_eth_mac_stats_get()
4090 octets -= 4 * al_reg_read32(&reg_rx_stats->VLANOK); in al_eth_mac_stats_get()
4112 stats->VLANReceivedOK = al_reg_read32(&reg_rx_stats->VLANOK); in al_eth_mac_stats_get()
4123 struct al_eth_mac_10g_stats_v3_rx __iomem *reg_rx_stats = in al_eth_mac_stats_get() local
4140 stats->ifInErrors = _40g_mac_reg_read32(&reg_rx_stats->ifInErrors); 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()
[all …]