Searched refs:EMAC_TXQUEUELEN_MASK (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/powerpc/ibm4xx/dev/
H A Dif_emac.c109 #define EMAC_TXQUEUELEN_MASK (EMAC_TXQUEUELEN - 1) macro
114 #define EMAC_NEXTTXS(x) (((x) + 1) & EMAC_TXQUEUELEN_MASK)

Completed in 184 milliseconds