Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c2827 #define AL_ETH_THASH_Q_MASK (0x3 << AL_ETH_THASH_Q_SHIFT) macro
2835 entry |= (queue << AL_ETH_THASH_Q_SHIFT) & AL_ETH_THASH_Q_MASK; in al_eth_thash_table_set()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c127 #define AL_ETH_THASH_Q_MASK (0x3 << AL_ETH_THASH_Q_SHIFT) macro