Searched refs:ctx_tag (Results 1 – 2 of 2) sorted by relevance
3204 sc->ctx_tag, in bce_dma_free()3211 sc->ctx_tag, in bce_dma_free()3219 if (sc->ctx_tag != NULL) { in bce_dma_free()3220 bus_dma_tag_destroy(sc->ctx_tag); in bce_dma_free()3221 sc->ctx_tag = NULL; in bce_dma_free()3537 0, NULL, NULL, &sc->ctx_tag)) { in bce_dma_alloc()3545 if(bus_dmamem_alloc(sc->ctx_tag, in bce_dma_alloc()3555 error = bus_dmamap_load(sc->ctx_tag, sc->ctx_map[i], in bce_dma_alloc()
6521 bus_dma_tag_t ctx_tag; member