Home
last modified time | relevance | path

Searched refs:hr_dmahdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h361 ddi_dma_handle_t hr_dmahdl; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c1850 DDI_DMA_SLEEP, NULL, &hdl->hr_dmahdl); in hermon_rsrc_mbox_alloc()
1857 status = ddi_dma_mem_alloc(hdl->hr_dmahdl, temp_len, in hermon_rsrc_mbox_alloc()
1862 ddi_dma_free_handle(&hdl->hr_dmahdl); in hermon_rsrc_mbox_alloc()
1886 ddi_dma_free_handle(&hdl->hr_dmahdl); in hermon_rsrc_mbox_free()
H A Dhermon_cmd.c773 status = ddi_dma_addr_bind_handle(rsrc->hr_dmahdl, NULL, in hermon_impl_mboxlist_init()
831 status = ddi_dma_unbind_handle(rsrc->hr_dmahdl); in hermon_impl_mboxlist_fini()
1308 dmahdl = mbox->mb_rsrcptr->hr_dmahdl; in hermon_mbox_sync()