Home | History | Annotate | Download | only in pci

Lines Matching refs:txp_hostvar

627 	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_POSTREAD);
1704 sizeof(struct txp_hostvar), BUS_DMASYNC_PREREAD);
1719 struct txp_hostvar *hv = sc->sc_hostvar;
1768 struct txp_hostvar *hv = sc->sc_hostvar;
1792 struct txp_hostvar *hv = sc->sc_hostvar;