Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mem.c433 ibt_query_mw(ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl, in ibt_query_mw() argument
436 IBTF_DPRINTF_L3(ibtl_mem, "ibt_query_mw(%p, %p)", hca_hdl, mw_hdl); in ibt_query_mw()
439 IBTL_HCA2CIHCA(hca_hdl), mw_hdl, mw_attr_p)); in ibt_query_mw()
459 ibt_free_mw(ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl) in ibt_free_mw() argument
463 IBTF_DPRINTF_L3(ibtl_mem, "ibt_free_mw(%p, %p)", hca_hdl, mw_hdl); in ibt_free_mw()
466 IBTL_HCA2CIHCA(hca_hdl), mw_hdl); in ibt_free_mw()
/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h354 ibt_mw_hdl_t mw_hdl; member
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1235 ibt_status_t ibt_query_mw(ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl,
1238 ibt_status_t ibt_free_mw(ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c4440 ibt_mw_hdl_t mw_hdl; in daplka_mr_cb_freemw() local
4447 mw_hdl = mw_rp->mw_hdl; in daplka_mr_cb_freemw()
4451 mw_rp->mw_hdl = NULL; in daplka_mr_cb_freemw()
4454 if (mw_hdl != NULL) { in daplka_mr_cb_freemw()
5640 pd_rp->pd_hdl, IBT_MW_NOSLEEP, &mw_rp->mw_hdl, &mw_rkey); in daplka_mw_alloc()
5704 mw_rp->mw_hdl, (longlong_t)mw_rkey); in daplka_mw_alloc()
5804 if (mw_rp->mw_hdl) { in daplka_mw_destroy()
5806 mw_rp->mw_hdl); in daplka_mw_destroy()
5810 mw_rp->mw_hdl = NULL; in daplka_mw_destroy()
8467 ibt_mw_hdl_t mw_hdl) in daplka_ibt_free_mw() argument
[all …]