Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c105 .dma_translations = NULL,
154 .dma_translations = NULL,
349 .dma_translations = (const struct bhnd_dma_translation[]) {
424 .dma_translations = (const struct bhnd_dma_translation[]) {
499 .dma_translations = (const struct bhnd_dma_translation[]) {
582 .dma_translations = (const struct bhnd_dma_translation[]) {
665 .dma_translations = (const struct bhnd_dma_translation[]) {
H A Dbhndb.h113 …const struct bhnd_dma_translation *dma_translations; /**< DMA address translation table, or NULL i… member
H A Dbhndb_subr.c674 for (dt = hwcfg->dma_translations; dt != NULL && in bhndb_alloc_host_resources()
706 &hwcfg->dma_translations[i], &hr->dma_tags[i]); in bhndb_alloc_host_resources()
H A Dbhndb.c2125 dwin = &hwcfg->dma_translations[i]; in bhndb_get_dma_translation()