Searched refs:txp_hostvar (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c604 struct txp_hostvar *hv = sc->sc_hostvar;
616 sizeof(struct txp_hostvar), BUS_DMASYNC_POSTWRITE|BUS_DMASYNC_POSTREAD);
643 sizeof(struct txp_hostvar), BUS_DMASYNC_POSTWRITE|BUS_DMASYNC_POSTREAD);
778 struct txp_hostvar *hv = sc->sc_hostvar;
945 if (txp_dma_malloc(sc, sizeof(struct txp_hostvar), &sc->sc_host_dma,
950 memset(sc->sc_host_dma.dma_vaddr, 0, sizeof(struct txp_hostvar));
953 sc->sc_hostvar = (struct txp_hostvar *)sc->sc_host_dma.dma_vaddr;
1575 struct txp_hostvar *hv = sc->sc_hostvar;
1617 sizeof(struct txp_hostvar), BUS_DMASYNC_PREREAD);
1624 sizeof(struct txp_hostvar), BUS_DMASYNC_POSTREA
[all...]
H A Dif_txpreg.h476 struct txp_hostvar { struct
570 struct txp_hostvar *sc_hostvar;

Completed in 65 milliseconds