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

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c2809 int ncomm_svcs; local
2831 for (ncomm_svcs = 0, count = 0; count < nservices; count++) {
2870 ncomm_svcs++;
2874 if (nservices == 0 || ncomm_svcs == 0) {
2882 comm_svcp = kmem_zalloc((ncomm_svcs * sizeof (char *)), KM_SLEEP);
2885 ibnex.ibnex_num_comm_svcs = ncomm_svcs;
2888 ibnex.ibnex_nvppa_comm_svcs = ncomm_svcs;
2891 ibnex.ibnex_nhcasvc_comm_svcs = ncomm_svcs;

Completed in 119 milliseconds