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

  /src/sys/arch/newsmips/apbus/
if_sn.c 154 struct mtd *mtdp = &sc->mtda[i]; local in function:snsetup
155 mtdp->mtd_txp = (void *)p;
156 mtdp->mtd_vtxp = SONIC_GETDMA(sc, p);
188 struct mtd *mtdp = &sc->mtda[i]; local in function:snsetup
190 mtdp->mtd_buf = SONIC_BUFFER(sc, p);
191 mtdp->mtd_vbuf = SONIC_GETDMA(sc, p);
500 struct mtd *mtdp; local in function:sonicput
513 mtdp = &sc->mtda[sc->mtd_free];
515 buff = mtdp->mtd_buf;
518 mtdp->mtd_mbuf = m0
    [all...]
if_sn.c 154 struct mtd *mtdp = &sc->mtda[i]; local in function:snsetup
155 mtdp->mtd_txp = (void *)p;
156 mtdp->mtd_vtxp = SONIC_GETDMA(sc, p);
188 struct mtd *mtdp = &sc->mtda[i]; local in function:snsetup
190 mtdp->mtd_buf = SONIC_BUFFER(sc, p);
191 mtdp->mtd_vbuf = SONIC_GETDMA(sc, p);
500 struct mtd *mtdp; local in function:sonicput
513 mtdp = &sc->mtda[sc->mtd_free];
515 buff = mtdp->mtd_buf;
518 mtdp->mtd_mbuf = m0
    [all...]

Completed in 21 milliseconds