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

/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dif_sn.c85 int mtd_next);
310 int mtd_next; local
317 if ((mtd_next = (sc->mtd_free + 1)) == NTDA)
318 mtd_next = 0;
320 if (mtd_next == sc->mtd_hw) {
344 if ((sonicput(sc, m, mtd_next)) == 0) {
350 sc->mtd_free = mtd_next;
506 sonicput(struct sn_softc *sc, struct mbuf *m0, int mtd_next) argument
568 LOWER(sc->mtda[mtd_next].mtd_vtxp) | EOL);

Completed in 49 milliseconds