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

/openbsd-current/sys/dev/ic/
H A Dgemvar.h52 #define GEM_NTXDESC_MASK (GEM_NTXDESC - 1) macro
53 #define GEM_NEXTTX(x) ((x + 1) & GEM_NTXDESC_MASK)

Completed in 116 milliseconds