Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c236 IBTL_CLOSE_RESOURCE_CHECK(hca_hdl->ha_qpn_cnt, "QPN"); in ibt_close_hca()
246 while (hca_hdl->ha_qpn_cnt > 0) in ibt_close_hca()
301 if ((--hca_hdl->ha_qpn_cnt == 0) && in ibtl_close_hca_check()
H A Dibtl_qp.c696 ibtl_hca->ha_qpn_cnt++; in ibt_free_qp()
/titanic_41/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h222 uint32_t ha_qpn_cnt; /* QPN resource counter */ member