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

/freebsd-9.3-release/sys/dev/snc/
H A Ddp83932.c337 if (mtd_next == sc->mtd_hw) {
480 while (sc->mtd_hw != sc->mtd_free) {
481 mtd = &sc->mtda[sc->mtd_hw];
484 if (++sc->mtd_hw == NTDA) sc->mtd_hw = 0;
507 if (sc->mtd_hw != sc->mtd_free) {
509 mtd = &sc->mtda[sc->mtd_hw];
749 sc->mtd_hw = 0;
894 int mtd_hw; local
897 mtd_hw
[all...]
H A Ddp83932var.h142 int mtd_hw; /* idx of first mtd given to hw */ member in struct:snc_softc

Completed in 48 milliseconds