Home
last modified time | relevance | path

Searched refs:aac_common_dmat (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/aac/
HDaac.c560 &sc->aac_common_dmat)) { in aac_alloc()
565 if (bus_dmamem_alloc(sc->aac_common_dmat, (void **)&sc->aac_common, in aac_alloc()
577 (void)bus_dmamap_load(sc->aac_common_dmat, sc->aac_common_dmamap, in aac_alloc()
626 bus_dmamap_unload(sc->aac_common_dmat, sc->aac_common_dmamap); in aac_free()
627 bus_dmamem_free(sc->aac_common_dmat, sc->aac_common, in aac_free()
630 if (sc->aac_common_dmat) in aac_free()
631 bus_dma_tag_destroy(sc->aac_common_dmat); in aac_free()
HDaacvar.h339 bus_dma_tag_t aac_common_dmat; /* common structure member
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid.c633 &sc->aac_common_dmat)) { in aac_alloc()
638 if (bus_dmamem_alloc(sc->aac_common_dmat, (void **)&sc->aac_common, in aac_alloc()
644 (void)bus_dmamap_load(sc->aac_common_dmat, sc->aac_common_dmamap, in aac_alloc()
690 bus_dmamap_unload(sc->aac_common_dmat, sc->aac_common_dmamap); in aacraid_free()
691 bus_dmamem_free(sc->aac_common_dmat, sc->aac_common, in aacraid_free()
694 if (sc->aac_common_dmat) in aacraid_free()
695 bus_dma_tag_destroy(sc->aac_common_dmat); in aacraid_free()
HDaacraid_var.h356 bus_dma_tag_t aac_common_dmat; /* common structure member