Home
last modified time | relevance | path

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

/freebsd/sys/dev/gem/
H A Dif_gemvar.h58 #define GEM_NEXTRX(x) ((x + 1) & GEM_NRXDESC_MASK) macro
H A Dif_gem.c1584 sc->sc_rxptr = GEM_NEXTRX(sc->sc_rxptr); in gem_rint()