Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c1352 tx_config | (TXINITIORCR(ifmask))); in nlm_nae_set_ior_credit()
1354 tx_config & ~(TXINITIORCR(ifmask))); in nlm_nae_set_ior_credit()
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h492 #define TXINITIORCR(x) (((x) & 0x7ffff) << 8) macro