Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h146 uint32_t VLANReceivedOK; /* 0xc8 */ member
H A Dal_hal_eth_main.c4000 stats->VLANReceivedOK = 0; /* N/A */ in al_eth_mac_stats_get()
4036 octets -= 4 * al_reg_read32(&reg_stats->VLANReceivedOK); in al_eth_mac_stats_get()
4058 stats->VLANReceivedOK = al_reg_read32(&reg_stats->VLANReceivedOK); in al_eth_mac_stats_get()
4112 stats->VLANReceivedOK = al_reg_read32(&reg_rx_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()
H A Dal_hal_eth.h1749 uint32_t VLANReceivedOK; member