Searched refs:reg_tx_stats (Results 1 – 1 of 1) sorted by relevance
4070 struct al_eth_mac_10g_stats_v3_tx __iomem *reg_tx_stats = in al_eth_mac_stats_get() local4078 stats->ifOutUcastPkts = al_reg_read32(®_tx_stats->ifUcastPkts); in al_eth_mac_stats_get()4082 stats->ifOutErrors = al_reg_read32(®_tx_stats->ifOutErrors); in al_eth_mac_stats_get()4094 octets = al_reg_read32(®_tx_stats->ifOctetsL); in al_eth_mac_stats_get()4095 octets |= (uint64_t)(al_reg_read32(®_tx_stats->ifOctetsH)) << 32; in al_eth_mac_stats_get()4097 octets -= 4 * al_reg_read32(®_tx_stats->VLANOK); in al_eth_mac_stats_get()4111 stats->VLANTransmittedOK = al_reg_read32(®_tx_stats->VLANOK); in al_eth_mac_stats_get()4125 struct al_eth_mac_10g_stats_v3_tx __iomem *reg_tx_stats = in al_eth_mac_stats_get() local4141 stats->ifOutErrors = _40g_mac_reg_read32(®_tx_stats->ifOutErrors); in al_eth_mac_stats_get()4153 octets = _40g_mac_reg_read32(®_tx_stats->ifOctetsL); in al_eth_mac_stats_get()[all …]