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

/netbsd-current/sys/dev/pci/
H A Dif_txp.c627 struct txp_hostvar *hv = sc->sc_hostvar;
639 sizeof(struct txp_hostvar),
667 sizeof(struct txp_hostvar),
829 struct txp_hostvar *hv = sc->sc_hostvar;
999 if (txp_dma_malloc(sc, sizeof(struct txp_hostvar), &sc->sc_host_dma,
1004 memset(sc->sc_host_dma.dma_vaddr, 0, sizeof(struct txp_hostvar));
1007 sc->sc_hostvar = (struct txp_hostvar *)sc->sc_host_dma.dma_vaddr;
1645 struct txp_hostvar *hv = sc->sc_hostvar;
1687 sizeof(struct txp_hostvar), BUS_DMASYNC_PREREAD);
1694 sizeof(struct txp_hostvar), BUS_DMASYNC_POSTREA
[all...]
H A Dif_txpreg.h479 struct txp_hostvar { struct
573 struct txp_hostvar *sc_hostvar;

Completed in 97 milliseconds