Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h211 uint32_t VLANOK; /* 0x30 */ member
269 uint32_t VLANOK; /* 0x30 */ member
H A Dal_hal_eth_main.c4090 octets -= 4 * al_reg_read32(&reg_rx_stats->VLANOK); in al_eth_mac_stats_get()
4097 octets -= 4 * al_reg_read32(&reg_tx_stats->VLANOK); in al_eth_mac_stats_get()
4111 stats->VLANTransmittedOK = al_reg_read32(&reg_tx_stats->VLANOK); in al_eth_mac_stats_get()
4112 stats->VLANReceivedOK = al_reg_read32(&reg_rx_stats->VLANOK); in al_eth_mac_stats_get()
4149 octets -= 4 * _40g_mac_reg_read32(&reg_rx_stats->VLANOK); 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()
4171 stats->VLANReceivedOK = _40g_mac_reg_read32(&reg_rx_stats->VLANOK); in al_eth_mac_stats_get()