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

/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c112 static u_int sonicput(struct snc_softc *sc, struct mbuf *m0, int mtd_next);
326 int mtd_next; local
334 if ((mtd_next = (sc->mtd_free + 1)) == NTDA)
335 mtd_next = 0;
337 if (mtd_next == sc->mtd_hw) {
354 if ((sonicput(sc, m, mtd_next)) == 0) {
370 sc->mtd_free = mtd_next;
526 sonicput(struct snc_softc *sc, struct mbuf *m0, int mtd_next) argument
587 LOWER(sc->mtda[mtd_next].mtd_vtxp) | EOL);

Completed in 108 milliseconds