Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c418 pstart = descp->mem_dvma; in dmfe_init_rings()
420 pbuff = dmfep->rx_buff.mem_dvma; in dmfe_init_rings()
443 dmfe_chip_put32(dmfep, RX_BASE_ADDR_REG, descp->mem_dvma); in dmfe_init_rings()
449 pstart = descp->mem_dvma; in dmfe_init_rings()
451 pbuff = dmfep->tx_buff.mem_dvma; in dmfe_init_rings()
475 dmfe_chip_put32(dmfep, TX_BASE_ADDR_REG, descp->mem_dvma); in dmfe_init_rings()
1132 paddr = dmfep->tx_buff.mem_dvma + index*DMFE_BUF_SIZE; in dmfe_send_msg()
2293 dma_p->mem_dvma = dma_cookie.dmac_address; in dmfe_alloc_dma_mem()
2295 dma_p->setup_dvma = dma_p->mem_dvma + memsize; in dmfe_alloc_dma_mem()
2380 dma_p->mem_dvma = 0; in dmfe_free_dma_mem()
H A Ddmfe_impl.h90 uint32_t mem_dvma; /* DVMA addr of memory */ member