Searched refs:ctx_tag (Results 1 – 2 of 2) sorted by relevance
2048 if (sc->ctx_tag != NULL) { in bce_dma_free()2051 bus_dmamap_unload(sc->ctx_tag, sc->ctx_map[i]); in bce_dma_free()2052 bus_dmamem_free(sc->ctx_tag, sc->ctx_block[i], in bce_dma_free()2056 bus_dma_tag_destroy(sc->ctx_tag); in bce_dma_free()2462 0, &sc->ctx_tag); in bce_dma_alloc()2470 rc = bus_dmamem_alloc(sc->ctx_tag, in bce_dma_alloc()2481 rc = bus_dmamap_load(sc->ctx_tag, sc->ctx_map[i], in bce_dma_alloc()2492 bus_dmamem_free(sc->ctx_tag, sc->ctx_block[i], in bce_dma_alloc()
6068 bus_dma_tag_t ctx_tag; member