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

/freebsd-10.1-release/sys/dev/snc/
H A Ddp83932.c336 if (mtd_next == sc->mtd_hw) {
479 while (sc->mtd_hw != sc->mtd_free) {
480 mtd = &sc->mtda[sc->mtd_hw];
483 if (++sc->mtd_hw == NTDA) sc->mtd_hw = 0;
506 if (sc->mtd_hw != sc->mtd_free) {
508 mtd = &sc->mtda[sc->mtd_hw];
748 sc->mtd_hw = 0;
893 int mtd_hw; local
896 mtd_hw
[all...]
H A Ddp83932var.h142 int mtd_hw; /* idx of first mtd given to hw */ member in struct:snc_softc

Completed in 202 milliseconds