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

/freebsd-10.1-release/sys/dev/snc/
H A Ddp83932.c333 if ((mtd_next = (sc->mtd_free + 1)) == NTDA)
368 sc->mtd_prev = sc->mtd_free;
369 sc->mtd_free = mtd_next;
479 while (sc->mtd_hw != sc->mtd_free) {
506 if (sc->mtd_hw != sc->mtd_free) {
540 mtdp = &sc->mtda[sc->mtd_free];
750 sc->mtd_free = 0;
898 if (mtd_hw == sc->mtd_free)
901 while (mtd_hw != sc->mtd_free) {
946 if (mtd_hw != sc->mtd_free) {
[all...]
H A Ddp83932var.h144 int mtd_free; /* next free mtd to use */ member in struct:snc_softc

Completed in 152 milliseconds