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

/openbsd-current/sys/dev/ic/
H A Dgemvar.h65 #define GEM_NRXDESC_MASK (GEM_NRXDESC - 1) macro
66 #define GEM_NEXTRX(x) ((x + 1) & GEM_NRXDESC_MASK)

Completed in 167 milliseconds