Home | History | Annotate | Download | only in apbus

Lines Matching refs:txp

503 	void	*txp;
519 txp = mtdp->mtd_txp;
524 SWO(sc->bitmode, txp, TXP_CONFIG, TCR_PINT);
527 SWO(sc->bitmode, txp, TXP_CONFIG, 0);
542 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRLO,
544 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRHI,
553 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FSIZE,
555 SWO(sc->bitmode, txp, TXP_FRAGCNT, 1);
556 SWO(sc->bitmode, txp, TXP_PKTSIZE, totlen);
559 SWO(sc->bitmode, txp, TXP_FRAGOFF + (1 * TXP_FRAGSIZE) + TXP_FPTRLO,
563 * The previous txp.tlink currently contains a pointer to
564 * our txp | EOL. Want to clear the EOL, so write our
565 * pointer to the previous txp.
869 void *txp;
882 txp = mtd->mtd_txp;
884 if (SRO(sc->bitmode, txp, TXP_STATUS) == 0) {
895 SRO(sc->bitmode, txp, TXP_STATUS),
896 SRO(sc->bitmode, txp, TXP_PKTSIZE),
907 txp_status = SRO(sc->bitmode, txp, TXP_STATUS);