Searched refs:aac_common_dmat (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/dev/aac/ |
| D | aac.c | 558 &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()
|
| D | aacvar.h | 339 bus_dma_tag_t aac_common_dmat; /* common structure member
|
| /freebsd-9-stable/sys/dev/aacraid/ |
| D | aacraid.c | 653 &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()
|
| D | aacraid_var.h | 383 bus_dma_tag_t aac_common_dmat; /* common structure member
|