Searched refs:mem_alloc_hdl (Results 1 – 4 of 4) sorted by relevance
631 caddr_t *kaddrp, ibt_mem_alloc_hdl_t *mem_alloc_hdl) in ibt_alloc_io_mem() argument635 (ibc_mem_alloc_hdl_t *)mem_alloc_hdl)); in ibt_alloc_io_mem()653 ibt_free_io_mem(ibt_hca_hdl_t hca_hdl, ibt_mem_alloc_hdl_t mem_alloc_hdl) in ibt_free_io_mem() argument656 IBTL_HCA2CIHCA(hca_hdl), (ibc_mem_alloc_hdl_t)mem_alloc_hdl)); in ibt_free_io_mem()
218 ibc_mem_alloc_hdl_t mem_alloc_hdl);2856 ibc_mem_alloc_hdl_t mem_alloc_hdl; in hermon_mem_alloc() local2879 mem_alloc_hdl = kmem_alloc(sizeof (**mem_hdl), in hermon_mem_alloc()2881 if (mem_alloc_hdl == NULL) { in hermon_mem_alloc()2886 mem_alloc_hdl->ibc_dma_hdl = dma_hdl; in hermon_mem_alloc()2887 mem_alloc_hdl->ibc_acc_hdl = acc_hdl; in hermon_mem_alloc()2889 *mem_hdl = mem_alloc_hdl; in hermon_mem_alloc()2929 hermon_ci_free_io_mem(ibc_hca_hdl_t hca, ibc_mem_alloc_hdl_t mem_alloc_hdl) in hermon_ci_free_io_mem() argument2932 (void) ddi_dma_unbind_handle(mem_alloc_hdl->ibc_dma_hdl); in hermon_ci_free_io_mem()2933 ddi_dma_mem_free(&mem_alloc_hdl->ibc_acc_hdl); in hermon_ci_free_io_mem()[all …]
382 ibc_mem_alloc_hdl_t *mem_alloc_hdl);384 ibc_mem_alloc_hdl_t mem_alloc_hdl);
2862 ibc_mem_alloc_hdl_t *mem_alloc_hdl) in tavor_ci_alloc_io_mem() argument2873 if (mem_alloc_hdl == NULL) { in tavor_ci_alloc_io_mem()2882 (tavor_mem_alloc_hdl_t *)mem_alloc_hdl); in tavor_ci_alloc_io_mem()2897 tavor_ci_free_io_mem(ibc_hca_hdl_t hca, ibc_mem_alloc_hdl_t mem_alloc_hdl) in tavor_ci_free_io_mem() argument2907 if (mem_alloc_hdl == NULL) { in tavor_ci_free_io_mem()2911 memhdl = (tavor_mem_alloc_hdl_t)mem_alloc_hdl; in tavor_ci_free_io_mem()