| /src/sys/arch/newsmips/apbus/ |
| if_sn.c | 503 void *txp; local 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 869 void *txp; local [all...] |
| if_sn.c | 503 void *txp; local 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 869 void *txp; local [all...] |
| /src/sys/dev/ic/ |
| elinkxl.c | 1022 struct ex_txdesc *txp; local 1031 txp = NULL; 1054 txp = sc->tx_free; 1055 dmamap = txp->tx_dmamap; 1119 sc->tx_free = txp->tx_next; 1120 txp->tx_next = NULL; 1122 fr = &txp->tx_dpd->dpd_frags[0]; 1148 txp->tx_mbhead = mb_head; 1153 dpd = txp->tx_dpd; 1194 prevdpd->dpd_nextptr = htole32(DPD_DMADDR(sc, txp)); 1289 struct ex_txdesc *txp, *ptxp = NULL; local [all...] |
| elinkxl.c | 1022 struct ex_txdesc *txp; local 1031 txp = NULL; 1054 txp = sc->tx_free; 1055 dmamap = txp->tx_dmamap; 1119 sc->tx_free = txp->tx_next; 1120 txp->tx_next = NULL; 1122 fr = &txp->tx_dpd->dpd_frags[0]; 1148 txp->tx_mbhead = mb_head; 1153 dpd = txp->tx_dpd; 1194 prevdpd->dpd_nextptr = htole32(DPD_DMADDR(sc, txp)); 1289 struct ex_txdesc *txp, *ptxp = NULL; local [all...] |
| /src/sys/dev/pci/ |
| if_xge.c | 306 aprint_error("%s: unable to map TXP BAR registers\n", XNAME); 1024 struct txd *txp; local 1050 txp = (struct txd *)kva; 1052 for (txp = (struct txd *)kva, i = 0; i < NTXDESCS; i++) { 1053 sc->sc_txd[i] = txp; 1055 txp += NTXFRAGS;
|
| if_xge.c | 306 aprint_error("%s: unable to map TXP BAR registers\n", XNAME); 1024 struct txd *txp; local 1050 txp = (struct txd *)kva; 1052 for (txp = (struct txd *)kva, i = 0; i < NTXDESCS; i++) { 1053 sc->sc_txd[i] = txp; 1055 txp += NTXFRAGS;
|