Home
last modified time | relevance | path

Searched refs:mwhdl (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h335 ibt_mw_flags_t flags, tavor_mwhdl_t *mwhdl);
336 int tavor_mw_free(tavor_state_t *state, tavor_mwhdl_t *mwhdl, uint_t sleep);
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c1516 hermon_mwhdl_t mwhdl; in hermon_ci_alloc_mw() local
1527 status = hermon_mw_alloc(state, pdhdl, flags, &mwhdl); in hermon_ci_alloc_mw()
1531 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*mwhdl)) in hermon_ci_alloc_mw()
1534 *mw_p = (ibc_mw_hdl_t)mwhdl; in hermon_ci_alloc_mw()
1535 *rkey_p = mwhdl->mr_rkey; in hermon_ci_alloc_mw()
1550 hermon_mwhdl_t mwhdl; in hermon_ci_free_mw() local
1555 mwhdl = (hermon_mwhdl_t)mw; in hermon_ci_free_mw()
1558 status = hermon_mw_free(state, &mwhdl, HERMON_NOSLEEP); in hermon_ci_free_mw()
1573 hermon_mwhdl_t mwhdl; in hermon_ci_query_mw() local
1578 mwhdl = (hermon_mwhdl_t)mw; in hermon_ci_query_mw()
[all …]
H A Dhermon_mr.c1225 hermon_mwhdl_t *mwhdl) in hermon_mw_alloc() argument
1330 *mwhdl = mw; in hermon_mw_alloc()
1350 hermon_mw_free(hermon_state_t *state, hermon_mwhdl_t *mwhdl, uint_t sleep) in hermon_mw_free() argument
1373 mw = *mwhdl; in hermon_mw_free()
1406 *mwhdl = NULL; in hermon_mw_free()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h319 ibt_mw_flags_t flags, hermon_mwhdl_t *mwhdl);
320 int hermon_mw_free(hermon_state_t *state, hermon_mwhdl_t *mwhdl, uint_t sleep);
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2070 tavor_mwhdl_t mwhdl; in tavor_ci_alloc_mw() local
2099 status = tavor_mw_alloc(state, pdhdl, flags, &mwhdl); in tavor_ci_alloc_mw()
2106 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*mwhdl)) in tavor_ci_alloc_mw()
2109 *mw_p = (ibc_mw_hdl_t)mwhdl; in tavor_ci_alloc_mw()
2110 *rkey_p = mwhdl->mr_rkey; in tavor_ci_alloc_mw()
2126 tavor_mwhdl_t mwhdl; in tavor_ci_free_mw() local
2149 mwhdl = (tavor_mwhdl_t)mw; in tavor_ci_free_mw()
2152 status = tavor_mw_free(state, &mwhdl, TAVOR_NOSLEEP); in tavor_ci_free_mw()
2174 tavor_mwhdl_t mwhdl; in tavor_ci_query_mw() local
2197 mwhdl = (tavor_mwhdl_t)mw; in tavor_ci_query_mw()
[all …]
H A Dtavor_mr.c906 tavor_mwhdl_t *mwhdl) in tavor_mw_alloc() argument
1013 *mwhdl = mw; in tavor_mw_alloc()
1037 tavor_mw_free(tavor_state_t *state, tavor_mwhdl_t *mwhdl, uint_t sleep) in tavor_mw_free() argument
1067 mw = *mwhdl; in tavor_mw_free()
1100 *mwhdl = NULL; in tavor_mw_free()