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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c216 mod_ctxt->hcas = NULL;
257 mod_ctxt->hcas = kmem_zalloc(mod_ctxt->hca_count *
259 ASSERT(mod_ctxt->hcas != NULL);
271 &mod_ctxt->hcas[hca_ndx].hdl);
279 mod_ctxt->hcas[hca_ndx].clnt_hdl = mod_ctxt->clnt_hdl;
280 llist_head_init(&mod_ctxt->hcas[hca_ndx].list,
281 &mod_ctxt->hcas[hca_ndx]);
282 mutex_init(&mod_ctxt->hcas[hca_ndx].event_handler_lock, NULL,
284 llist_head_init(&mod_ctxt->hcas[hca_ndx].event_handler_list,
286 mutex_init(&mod_ctxt->hcas[hca_nd
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h97 sol_uverbs_hca_t *hcas; member in struct:__anon7948

Completed in 46 milliseconds