Home
last modified time | relevance | path

Searched refs:setup_va (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h91 caddr_t setup_va; member
H A Ddmfe_main.c321 addr = (void *)dma_p->setup_va; in dmfe_setup_get32()
330 addr = (void *)dma_p->setup_va; in dmfe_setup_put32()
2296 dma_p->setup_va = dma_p->mem_va + memsize; in dmfe_alloc_dma_mem()
2299 dma_p->setup_va = NULL; in dmfe_alloc_dma_mem()
2388 dma_p->setup_va = NULL; in dmfe_free_dma_mem()
2700 bzero(dmfep->tx_desc.setup_va, SETUPBUF_SIZE); in dmfe_attach()