Home
last modified time | relevance | path

Searched refs:ifOctetsH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h202 uint32_t ifOctetsH; /* 0x0c */ member
260 uint32_t ifOctetsH; /* 0x0c */ member
H A Dal_hal_eth_main.c4088 octets |= (uint64_t)(al_reg_read32(&reg_rx_stats->ifOctetsH)) << 32; in al_eth_mac_stats_get()
4095 octets |= (uint64_t)(al_reg_read32(&reg_tx_stats->ifOctetsH)) << 32; in al_eth_mac_stats_get()
4147 octets |= (uint64_t)(_40g_mac_reg_read32(&reg_rx_stats->ifOctetsH)) << 32; in al_eth_mac_stats_get()
4154 octets |= (uint64_t)(_40g_mac_reg_read32(&reg_tx_stats->ifOctetsH)) << 32; in al_eth_mac_stats_get()