Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2699 hermon_fmrhdl_t fmrpoolhdl; in hermon_ci_create_fmr_pool() local
2721 status = hermon_create_fmr_pool(state, pdhdl, params, &fmrpoolhdl); in hermon_ci_create_fmr_pool()
2727 *fmr_pool_p = (ibc_fmr_pool_hdl_t)fmrpoolhdl; in hermon_ci_create_fmr_pool()
2741 hermon_fmrhdl_t fmrpoolhdl; in hermon_ci_destroy_fmr_pool() local
2745 fmrpoolhdl = (hermon_fmrhdl_t)fmr_pool; in hermon_ci_destroy_fmr_pool()
2747 status = hermon_destroy_fmr_pool(state, fmrpoolhdl); in hermon_ci_destroy_fmr_pool()
2760 hermon_fmrhdl_t fmrpoolhdl; in hermon_ci_flush_fmr_pool() local
2765 fmrpoolhdl = (hermon_fmrhdl_t)fmr_pool; in hermon_ci_flush_fmr_pool()
2766 status = hermon_flush_fmr_pool(state, fmrpoolhdl); in hermon_ci_flush_fmr_pool()
2784 hermon_fmrhdl_t fmrpoolhdl; in hermon_ci_register_physical_fmr() local
[all …]