Lines Matching defs:mtdp
154 struct mtd *mtdp = &sc->mtda[i];
155 mtdp->mtd_txp = (void *)p;
156 mtdp->mtd_vtxp = SONIC_GETDMA(sc, p);
188 struct mtd *mtdp = &sc->mtda[i];
190 mtdp->mtd_buf = SONIC_BUFFER(sc, p);
191 mtdp->mtd_vbuf = SONIC_GETDMA(sc, p);
500 struct mtd *mtdp;
513 mtdp = &sc->mtda[sc->mtd_free];
515 buff = mtdp->mtd_buf;
518 mtdp->mtd_mbuf = m0;
519 txp = mtdp->mtd_txp;
543 LOWER(mtdp->mtd_vbuf));
545 UPPER(mtdp->mtd_vbuf));
549 memset((char *)mtdp->mtd_buf + totlen, 0, pad);
568 LOWER(mtdp->mtd_vtxp));