Home
last modified time | relevance | path

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

/openbsd/sys/arch/luna88k/stand/boot/
H A Dlance.h44 #define LE_NEXTTMD(x) (((x) + 1) & (LETBUF - 1)) macro
H A Dlance.c239 sc->sc_curtmd = LE_NEXTTMD(sc->sc_curtmd); in lance_put()