Searched refs:jme_rx_tag (Results 1 – 2 of 2) sorted by relevance
1313 &sc->jme_cdata.jme_rx_tag); in jme_dma_alloc()1358 if ((error = bus_dmamap_create(sc->jme_cdata.jme_rx_tag, 0, in jme_dma_alloc()1368 error = bus_dmamap_create(sc->jme_cdata.jme_rx_tag, 0, in jme_dma_alloc()1430 if (sc->jme_cdata.jme_rx_tag != NULL) { in jme_dma_free()1434 bus_dmamap_destroy(sc->jme_cdata.jme_rx_tag, in jme_dma_free()1440 bus_dmamap_destroy(sc->jme_cdata.jme_rx_tag, in jme_dma_free()1444 bus_dma_tag_destroy(sc->jme_cdata.jme_rx_tag); in jme_dma_free()1445 sc->jme_cdata.jme_rx_tag = NULL; in jme_dma_free()3025 bus_dmamap_sync(sc->jme_cdata.jme_rx_tag, in jme_stop()3027 bus_dmamap_unload(sc->jme_cdata.jme_rx_tag, in jme_stop()[all …]
119 bus_dma_tag_t jme_rx_tag; member