Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c150 if ((delta_num_sids < 0) && (-delta_num_sids > ibt_hdl->clnt_srv_cnt)) { in ibtl_cm_change_service_cnt()
154 ibt_hdl->clnt_srv_cnt, delta_num_sids); in ibtl_cm_change_service_cnt()
156 ibt_hdl->clnt_srv_cnt += delta_num_sids; in ibtl_cm_change_service_cnt()
H A Dibtl_impl.c398 if (ibt_hdl->clnt_srv_cnt != 0) { in ibt_detach()
/titanic_41/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h63 uint32_t clnt_srv_cnt; /* Service resource counter */ member