Searched defs:mem_hdl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_wqe.c525 ibt_mr_hdl_t mem_hdl; local
559 &mem_hdl, &mem_desc);
576 wqe_mgtp->wqes_ib_mem_hdl = mem_hdl;
681 ibt_mr_hdl_t mem_hdl; local
712 qp_ctx->isq_client_hdl->ic_myci->ci_pd, &mem_attr, &mem_hdl,
730 wqe_mgtp->wqes_ib_mem_hdl = mem_hdl;
1130 ibt_mr_hdl_t mem_hdl; local
1174 &mem_attr, &mem_hdl, &mem_desc);
1190 wqe_mgt->wqes_ib_mem_hdl = mem_hdl;
H A Dibmf_recv.c1472 ibt_mr_hdl_t mem_hdl; local
1565 &mem_hdl, &mem_desc);
1582 send_wqep->send_mem_hdl = mem_hdl;
1620 (void) ibt_deregister_mr(cip->ci_ci_handle, mem_hdl);
1666 (void) ibt_deregister_mr(cip->ci_ci_handle, mem_hdl);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2848 caddr_t *kaddrp, ibc_mem_alloc_hdl_t *mem_hdl)
2879 mem_alloc_hdl = kmem_alloc(sizeof (**mem_hdl),
2889 *mem_hdl = mem_alloc_hdl;
2847 hermon_mem_alloc(hermon_state_t *state, size_t size, ibt_mr_flags_t flags, caddr_t *kaddrp, ibc_mem_alloc_hdl_t *mem_hdl) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c3487 tavor_mem_alloc_hdl_t *mem_hdl)
3524 *mem_hdl = kmem_alloc(sizeof (**mem_hdl),
3526 if (*mem_hdl == NULL) {
3533 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(**mem_hdl))
3534 (*mem_hdl)->tavor_dma_hdl = dma_hdl;
3535 (*mem_hdl)->tavor_acc_hdl = acc_hdl;
3482 tavor_mem_alloc( tavor_state_t *state, size_t size, ibt_mr_flags_t flags, caddr_t *kaddrp, tavor_mem_alloc_hdl_t *mem_hdl) argument

Completed in 76 milliseconds