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

/freebsd-10.2-release/sys/dev/snc/
H A Ddp83932.c111 static u_int sonicput(struct snc_softc *sc, struct mbuf *m0, int mtd_next);
325 int mtd_next; local
333 if ((mtd_next = (sc->mtd_free + 1)) == NTDA)
334 mtd_next = 0;
336 if (mtd_next == sc->mtd_hw) {
353 if ((sonicput(sc, m, mtd_next)) == 0) {
369 sc->mtd_free = mtd_next;
525 sonicput(struct snc_softc *sc, struct mbuf *m0, int mtd_next) argument
586 LOWER(sc->mtda[mtd_next].mtd_vtxp) | EOL);

Completed in 97 milliseconds