Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h190 bus_dma_tag_t fxp_stag; /* bus DMA tag for stats */ member
H A Dif_fxp.c682 NULL, NULL, &sc->fxp_stag); in fxp_attach()
688 error = bus_dmamem_alloc(sc->fxp_stag, (void **)&sc->fxp_stats, in fxp_attach()
694 error = bus_dmamap_load(sc->fxp_stag, sc->fxp_smap, sc->fxp_stats, in fxp_attach()
951 bus_dmamap_unload(sc->fxp_stag, sc->fxp_smap); in fxp_release()
952 bus_dmamem_free(sc->fxp_stag, sc->fxp_stats, sc->fxp_smap); in fxp_release()
986 if (sc->fxp_stag) in fxp_release()
987 bus_dma_tag_destroy(sc->fxp_stag); in fxp_release()
2043 bus_dmamap_sync(sc->fxp_stag, sc->fxp_smap, in fxp_update_stats()
2106 bus_dmamap_sync(sc->fxp_stag, sc->fxp_smap, in fxp_update_stats()
2321 bus_dmamap_sync(sc->fxp_stag, sc->fxp_smap, in fxp_init_body()