Home
last modified time | relevance | path

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

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