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

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h196 * Note: ha_qpn_cnt is protected by a global mutex to deal with a client
222 uint32_t ha_qpn_cnt; /* QPN resource counter */ member in struct:ibtl_hca_s
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c236 IBTL_CLOSE_RESOURCE_CHECK(hca_hdl->ha_qpn_cnt, "QPN");
246 while (hca_hdl->ha_qpn_cnt > 0)
301 if ((--hca_hdl->ha_qpn_cnt == 0) &&
H A Dibtl_qp.c612 /* decrement ha_qpn_cnt and check for close in progress */
696 ibtl_hca->ha_qpn_cnt++;

Completed in 78 milliseconds