Searched defs:delta_num_sids (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c139 * delta_num_sids The change in the number of service ids
144 ibtl_cm_change_service_cnt(ibt_clnt_hdl_t ibt_hdl, int delta_num_sids) argument
147 ibt_hdl, delta_num_sids);
150 if ((delta_num_sids < 0) && (-delta_num_sids > ibt_hdl->clnt_srv_cnt)) {
154 ibt_hdl->clnt_srv_cnt, delta_num_sids);
156 ibt_hdl->clnt_srv_cnt += delta_num_sids;

Completed in 65 milliseconds