HomeSort by: relevance | last modified time | path
    Searched defs:mtd_next (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/newsmips/apbus/
if_sn.c 83 int mtd_next);
306 int mtd_next; local in function:snstart
313 if ((mtd_next = (sc->mtd_free + 1)) == NTDA)
314 mtd_next = 0;
316 if (mtd_next == sc->mtd_hw) {
338 if ((sonicput(sc, m, mtd_next)) == 0) {
344 sc->mtd_free = mtd_next;
498 sonicput(struct sn_softc *sc, struct mbuf *m0, int mtd_next)
560 LOWER(sc->mtda[mtd_next].mtd_vtxp) | EOL);

Completed in 11 milliseconds