Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h117 ddi_dma_handle_t mxfe_txdesc_dmah; member
347 (void) ddi_dma_sync(mxfep->mxfe_txdesc_dmah, \
H A Dmxfe.c2069 DDI_DMA_SLEEP, NULL, &mxfep->mxfe_txdesc_dmah); in mxfe_alloctxring()
2076 rval = ddi_dma_mem_alloc(mxfep->mxfe_txdesc_dmah, size, &mxfe_devattr, in mxfe_alloctxring()
2085 rval = ddi_dma_addr_bind_handle(mxfep->mxfe_txdesc_dmah, NULL, kaddr, in mxfe_alloctxring()
2153 (void) ddi_dma_unbind_handle(mxfep->mxfe_txdesc_dmah); in mxfe_freetxring()
2156 if (mxfep->mxfe_txdesc_dmah) in mxfe_freetxring()
2157 ddi_dma_free_handle(&mxfep->mxfe_txdesc_dmah); in mxfe_freetxring()