Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c2812 uint_t nservices = 0; in ibnex_comm_svc_init() local
2820 DDI_PROP_DONTPASS, property, &servicep, &nservices) != in ibnex_comm_svc_init()
2826 if (nservices) in ibnex_comm_svc_init()
2827 valid = kmem_zalloc(nservices * sizeof (int), KM_SLEEP); in ibnex_comm_svc_init()
2831 for (ncomm_svcs = 0, count = 0; count < nservices; count++) { in ibnex_comm_svc_init()
2874 if (nservices == 0 || ncomm_svcs == 0) { in ibnex_comm_svc_init()
2878 kmem_free(valid, nservices * sizeof (int)); in ibnex_comm_svc_init()
2895 for (i = 0, count = 0; count < nservices; count++) { in ibnex_comm_svc_init()
2905 kmem_free(valid, nservices * sizeof (int)); in ibnex_comm_svc_init()