Searched refs:_40g_mac_reg_read32 (Results 1 – 1 of 1) sorted by relevance
4130 #define _40g_mac_reg_read32(field) al_eth_40g_mac_reg_read(adapter, \ in al_eth_mac_stats_get() macro4137 stats->ifOutUcastPkts = _40g_mac_reg_read32(®_tx_stats->ifUcastPkts); in al_eth_mac_stats_get()4140 stats->ifInErrors = _40g_mac_reg_read32(®_rx_stats->ifInErrors); in al_eth_mac_stats_get()4141 stats->ifOutErrors = _40g_mac_reg_read32(®_tx_stats->ifOutErrors); in al_eth_mac_stats_get()4142 stats->aFramesReceivedOK = _40g_mac_reg_read32(®_rx_stats->FramesOK); in al_eth_mac_stats_get()4146 octets = _40g_mac_reg_read32(®_rx_stats->ifOctetsL); in al_eth_mac_stats_get()4149 octets -= 4 * _40g_mac_reg_read32(®_rx_stats->VLANOK); in al_eth_mac_stats_get()4153 octets = _40g_mac_reg_read32(®_tx_stats->ifOctetsL); in al_eth_mac_stats_get()4156 octets -= 4 * _40g_mac_reg_read32(®_tx_stats->VLANOK); in al_eth_mac_stats_get()4170 stats->VLANTransmittedOK = _40g_mac_reg_read32(®_tx_stats->VLANOK); in al_eth_mac_stats_get()[all …]