Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c2814 int ncomm_svcs; in ibnex_comm_svc_init() local
2836 for (ncomm_svcs = 0, count = 0; count < nservices; count++) { in ibnex_comm_svc_init()
2875 ncomm_svcs++; in ibnex_comm_svc_init()
2879 if (nservices == 0 || ncomm_svcs == 0) { in ibnex_comm_svc_init()
2887 comm_svcp = kmem_zalloc((ncomm_svcs * sizeof (char *)), KM_SLEEP); in ibnex_comm_svc_init()
2890 ibnex.ibnex_num_comm_svcs = ncomm_svcs; in ibnex_comm_svc_init()
2893 ibnex.ibnex_nvppa_comm_svcs = ncomm_svcs; in ibnex_comm_svc_init()
2896 ibnex.ibnex_nhcasvc_comm_svcs = ncomm_svcs; in ibnex_comm_svc_init()