Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mem.c410 atomic_inc_32(&hca_hdl->ha_mw_cnt); in ibt_alloc_mw()
469 atomic_dec_32(&hca_hdl->ha_mw_cnt); in ibt_free_mw()
H A Dibtl_hca.c235 IBTL_CLOSE_RESOURCE_CHECK(hca_hdl->ha_mw_cnt, "Memory Window"); in ibt_close_hca()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h221 uint32_t ha_mw_cnt; /* Mem Window resource count */ member