Searched refs:stge_rx_tag (Results 1 – 2 of 2) sorted by relevance
812 &sc->sc_cdata.stge_rx_tag); in stge_dma_alloc()874 if ((error = bus_dmamap_create(sc->sc_cdata.stge_rx_tag, 0, in stge_dma_alloc()883 error = bus_dmamap_create(sc->sc_cdata.stge_rx_tag, 0, in stge_dma_alloc()945 if (sc->sc_cdata.stge_rx_tag) { in stge_dma_free()949 bus_dmamap_destroy(sc->sc_cdata.stge_rx_tag, in stge_dma_free()955 bus_dmamap_destroy(sc->sc_cdata.stge_rx_tag, in stge_dma_free()959 bus_dma_tag_destroy(sc->sc_cdata.stge_rx_tag); in stge_dma_free()960 sc->sc_cdata.stge_rx_tag = NULL; in stge_dma_free()2248 bus_dmamap_sync(sc->sc_cdata.stge_rx_tag, in stge_stop()2250 bus_dmamap_unload(sc->sc_cdata.stge_rx_tag, in stge_stop()[all …]
589 bus_dma_tag_t stge_rx_tag; member