HomeSort by: relevance | last modified time | path
    Searched refs:txp (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_conv.h 433 netbsd32_from_timex(const struct timex *txp, struct netbsd32_timex *tx32p)
437 tx32p->modes = txp->modes;
438 tx32p->offset = (netbsd32_long)txp->offset;
439 tx32p->freq = (netbsd32_long)txp->freq;
440 tx32p->maxerror = (netbsd32_long)txp->maxerror;
441 tx32p->esterror = (netbsd32_long)txp->esterror;
442 tx32p->status = txp->status;
443 tx32p->constant = (netbsd32_long)txp->constant;
444 tx32p->precision = (netbsd32_long)txp->precision;
445 tx32p->tolerance = (netbsd32_long)txp->tolerance
    [all...]
  /src/sys/arch/newsmips/apbus/
if_sn.c 503 void *txp; local in function:sonicput
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 in function:sonictxint
    [all...]
  /src/sys/dev/ic/
elinkxl.c 1022 struct ex_txdesc *txp; local in function:ex_start
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 in function:ex_intr
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm283x.dtsi 80 txp: txp@7e004000 { label
81 compatible = "brcm,bcm2835-txp";
bcm2711.dtsi 1081 &txp {
  /src/sys/dev/pci/
if_xge.c 306 aprint_error("%s: unable to map TXP BAR registers\n", XNAME);
1024 struct txd *txp; local in function:xge_alloc_txmem
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_txp.c 127 CFATTACH_DECL_NEW(txp, sizeof(struct txp_softc), txp_probe, txp_attach,
  /src/share/man/man4/
Makefile 71 trm.4 tsllux.4 tty.4 tun.4 tqphy.4 twa.4 twe.4 txp.4 \

Completed in 106 milliseconds