Home
last modified time | relevance | path

Searched refs:fxp_stag (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/fxp/
H A Dif_fxp.c677 NULL, NULL, &sc->fxp_stag); in fxp_attach()
683 error = bus_dmamem_alloc(sc->fxp_stag, (void **)&sc->fxp_stats, in fxp_attach()
689 error = bus_dmamap_load(sc->fxp_stag, sc->fxp_smap, sc->fxp_stats, in fxp_attach()
944 bus_dmamap_unload(sc->fxp_stag, sc->fxp_smap); in fxp_release()
945 bus_dmamem_free(sc->fxp_stag, sc->fxp_stats, sc->fxp_smap); in fxp_release()
979 if (sc->fxp_stag) in fxp_release()
980 bus_dma_tag_destroy(sc->fxp_stag); in fxp_release()
2027 bus_dmamap_sync(sc->fxp_stag, sc->fxp_smap, in fxp_update_stats()
2090 bus_dmamap_sync(sc->fxp_stag, sc->fxp_smap, in fxp_update_stats()
2305 bus_dmamap_sync(sc->fxp_stag, sc->fxp_smap, in fxp_init_body()
H A Dif_fxpvar.h190 bus_dma_tag_t fxp_stag; /* bus DMA tag for stats */ member