Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c2826 #define AL_ETH_THASH_Q_SHIFT 4 macro
2827 #define AL_ETH_THASH_Q_MASK (0x3 << AL_ETH_THASH_Q_SHIFT)
2835 entry |= (queue << AL_ETH_THASH_Q_SHIFT) & AL_ETH_THASH_Q_MASK; in al_eth_thash_table_set()