Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/aac/
Daac.c558 &sc->aac_common_dmat)) { in aac_alloc()
563 if (bus_dmamem_alloc(sc->aac_common_dmat, (void **)&sc->aac_common, in aac_alloc()
575 (void)bus_dmamap_load(sc->aac_common_dmat, sc->aac_common_dmamap, in aac_alloc()
624 bus_dmamap_unload(sc->aac_common_dmat, sc->aac_common_dmamap); in aac_free()
625 bus_dmamem_free(sc->aac_common_dmat, sc->aac_common, in aac_free()
628 if (sc->aac_common_dmat) in aac_free()
629 bus_dma_tag_destroy(sc->aac_common_dmat); in aac_free()
Daacvar.h339 bus_dma_tag_t aac_common_dmat; /* common structure member
/freebsd-9-stable/sys/dev/aacraid/
Daacraid.c653 &sc->aac_common_dmat)) { in aac_alloc()
658 if (bus_dmamem_alloc(sc->aac_common_dmat, (void **)&sc->aac_common, in aac_alloc()
664 (void)bus_dmamap_load(sc->aac_common_dmat, sc->aac_common_dmamap, in aac_alloc()
710 bus_dmamap_unload(sc->aac_common_dmat, sc->aac_common_dmamap); in aacraid_free()
711 bus_dmamem_free(sc->aac_common_dmat, sc->aac_common, in aacraid_free()
714 if (sc->aac_common_dmat) in aacraid_free()
715 bus_dma_tag_destroy(sc->aac_common_dmat); in aacraid_free()
Daacraid_var.h383 bus_dma_tag_t aac_common_dmat; /* common structure member