Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h194 bus_dma_tag_t mcs_tag; /* DMA tag for the multicast setup */ member
H A Dif_fxp.c728 NULL, NULL, &sc->mcs_tag); in fxp_attach()
735 error = bus_dmamem_alloc(sc->mcs_tag, (void **)&sc->mcsp, in fxp_attach()
742 error = bus_dmamap_load(sc->mcs_tag, sc->mcs_map, sc->mcsp, in fxp_attach()
955 bus_dmamap_unload(sc->mcs_tag, sc->mcs_map); in fxp_release()
956 bus_dmamem_free(sc->mcs_tag, sc->mcsp, sc->mcs_map); in fxp_release()
990 if (sc->mcs_tag) in fxp_release()
991 bus_dma_tag_destroy(sc->mcs_tag); in fxp_release()
3054 bus_dmamap_sync(sc->mcs_tag, sc->mcs_map, in fxp_mc_setup()
3059 fxp_dma_wait(sc, &mcsp->cb_status, sc->mcs_tag, sc->mcs_map); in fxp_mc_setup()