Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h60 uint32_t aFramesReceivedOK; /* 0x6c */ member
130 uint32_t aFramesReceivedOK; /* 0x88 */ member
H A Dal_hal_eth_main.c3981 stats->aFramesReceivedOK = al_reg_read32(&reg_stats->aFramesReceivedOK); in al_eth_mac_stats_get()
4029 stats->aFramesReceivedOK = al_reg_read32(&reg_stats->aFramesReceivedOK); in al_eth_mac_stats_get()
4035 octets -= 18 * stats->aFramesReceivedOK; in al_eth_mac_stats_get()
4083 stats->aFramesReceivedOK = al_reg_read32(&reg_rx_stats->FramesOK); in al_eth_mac_stats_get()
4089 octets -= 18 * stats->aFramesReceivedOK; in al_eth_mac_stats_get()
4142 stats->aFramesReceivedOK = _40g_mac_reg_read32(&reg_rx_stats->FramesOK); in al_eth_mac_stats_get()
4148 octets -= 18 * stats->aFramesReceivedOK; in al_eth_mac_stats_get()
H A Dal_hal_eth.h1720 uint32_t aFramesReceivedOK; member
/freebsd/sys/dev/al_eth/
H A Dal_eth.c2816 return (mac_stats->aFramesReceivedOK); /* including pause frames */ in al_get_counter()