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

  /src/sys/dev/pci/
if_txp.c 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)
    [all...]
if_txpreg.h 479 struct txp_hostvar { struct
573 struct txp_hostvar *sc_hostvar;

Completed in 35 milliseconds