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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Ddp83932.c316 nexttx = SONIC_NEXTTX(sc->sc_txlast);
417 SONIC_NEXTTX(nexttx)) & 0xffff);
456 SONIC_NEXTTX(nexttx)) & 0xffff);
484 sc->sc_txdirty = SONIC_NEXTTX(olasttx);
639 i = SONIC_NEXTTX(i), sc->sc_txpending--) {
H A Ddp83932var.h54 #define SONIC_NEXTTX(x) (((x) + 1) & SONIC_NTXDESC_MASK) macro

Completed in 55 milliseconds