Searched refs:aFramesReceivedOK (Results 1 – 4 of 4) sorted by relevance
60 uint32_t aFramesReceivedOK; /* 0x6c */ member130 uint32_t aFramesReceivedOK; /* 0x88 */ member
3981 stats->aFramesReceivedOK = al_reg_read32(®_stats->aFramesReceivedOK); in al_eth_mac_stats_get()4029 stats->aFramesReceivedOK = al_reg_read32(®_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(®_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(®_rx_stats->FramesOK); in al_eth_mac_stats_get()4148 octets -= 18 * stats->aFramesReceivedOK; in al_eth_mac_stats_get()
1720 uint32_t aFramesReceivedOK; member
2816 return (mac_stats->aFramesReceivedOK); /* including pause frames */ in al_get_counter()