Searched refs:mw_hdl (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_mem.c | 433 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()
|
/titanic_41/usr/src/uts/common/sys/ib/clients/daplt/ |
H A D | daplt.h | 354 ibt_mw_hdl_t mw_hdl; member
|
/titanic_41/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1235 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);
|
/titanic_41/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 4440 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() 4455 status = daplka_ibt_free_mw(mw_rp, mw_rp->mw_hca_hdl, mw_hdl); 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() [all …]
|