Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mem.c807 atomic_inc_32(&hca_hdl->ha_fmr_pool_cnt); in ibt_create_fmr_pool()
836 atomic_dec_32(&hca_hdl->ha_fmr_pool_cnt); in ibt_destroy_fmr_pool()
H A Dibtl_hca.c238 IBTL_CLOSE_RESOURCE_CHECK(hca_hdl->ha_fmr_pool_cnt, "FMR Pool"); in ibt_close_hca()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h226 uint32_t ha_fmr_pool_cnt; /* FMR Pool resource count */ member