Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stge.c801 &sc->sc_cdata.stge_rx_tag); in stge_dma_alloc()
863 if ((error = bus_dmamap_create(sc->sc_cdata.stge_rx_tag, 0, in stge_dma_alloc()
872 error = bus_dmamap_create(sc->sc_cdata.stge_rx_tag, 0, in stge_dma_alloc()
934 if (sc->sc_cdata.stge_rx_tag) { in stge_dma_free()
938 bus_dmamap_destroy(sc->sc_cdata.stge_rx_tag, in stge_dma_free()
944 bus_dmamap_destroy(sc->sc_cdata.stge_rx_tag, in stge_dma_free()
948 bus_dma_tag_destroy(sc->sc_cdata.stge_rx_tag); in stge_dma_free()
949 sc->sc_cdata.stge_rx_tag = NULL; in stge_dma_free()
2236 bus_dmamap_sync(sc->sc_cdata.stge_rx_tag, in stge_stop()
2238 bus_dmamap_unload(sc->sc_cdata.stge_rx_tag, in stge_stop()
[all …]
H A Dif_stgereg.h590 bus_dma_tag_t stge_rx_tag; member