Home
last modified time | relevance | path

Searched refs:mem_alloc_hdl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mem.c631 caddr_t *kaddrp, ibt_mem_alloc_hdl_t *mem_alloc_hdl) in ibt_alloc_io_mem() argument
635 (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() argument
656 IBTL_HCA2CIHCA(hca_hdl), (ibc_mem_alloc_hdl_t)mem_alloc_hdl)); in ibt_free_io_mem()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c218 ibc_mem_alloc_hdl_t mem_alloc_hdl);
2856 ibc_mem_alloc_hdl_t mem_alloc_hdl; in hermon_mem_alloc() local
2879 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()
2932 (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()
2934 ddi_dma_free_handle(&mem_alloc_hdl->ibc_dma_hdl); in hermon_ci_free_io_mem()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h382 ibc_mem_alloc_hdl_t *mem_alloc_hdl);
384 ibc_mem_alloc_hdl_t mem_alloc_hdl);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2862 ibc_mem_alloc_hdl_t *mem_alloc_hdl) in tavor_ci_alloc_io_mem() argument
2873 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() argument
2907 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()