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