Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
HDif_bce.c2048 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()
HDif_bcereg.h6068 bus_dma_tag_t ctx_tag; member