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.c421 * mw_hdl - The IBT Memory Window handle.
433 ibt_query_mw(ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl, argument
436 IBTF_DPRINTF_L3(ibtl_mem, "ibt_query_mw(%p, %p)", hca_hdl, mw_hdl);
439 IBTL_HCA2CIHCA(hca_hdl), mw_hdl, mw_attr_p));
448 * mw_hdl - The IBT Memory Window handle.
459 ibt_free_mw(ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl) argument
463 IBTF_DPRINTF_L3(ibtl_mem, "ibt_free_mw(%p, %p)", hca_hdl, mw_hdl);
466 IBTL_HCA2CIHCA(hca_hdl), mw_hdl);
/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h354 ibt_mw_hdl_t mw_hdl; member in struct:daplka_mw_resource
/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; local
4447 mw_hdl = mw_rp->mw_hdl;
4449 * we set mw_hdl to NULL so it won't get freed again
4451 mw_rp->mw_hdl = NULL;
4454 if (mw_hdl != NULL) {
4455 status = daplka_ibt_free_mw(mw_rp, mw_rp->mw_hca_hdl, mw_hdl);
5640 pd_rp->pd_hdl, IBT_MW_NOSLEEP, &mw_rp->mw_hdl, &mw_rkey);
5703 D3("mw_alloc: ibt_alloc_mw mw_hdl(%p) mw_rkey(0x%llx)\n",
5704 mw_rp->mw_hdl, (longlong_
8466 daplka_ibt_free_mw(daplka_mw_resource_t *mw_rp, ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl) argument
[all...]

Completed in 89 milliseconds