Home
last modified time | relevance | path

Searched refs:delta_num_sids (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c144 ibtl_cm_change_service_cnt(ibt_clnt_hdl_t ibt_hdl, int delta_num_sids) in ibtl_cm_change_service_cnt() argument
147 ibt_hdl, delta_num_sids); in ibtl_cm_change_service_cnt()
150 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()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl_cm.h177 void ibtl_cm_change_service_cnt(ibt_clnt_hdl_t ibt_hdl, int delta_num_sids);