Home
last modified time | relevance | path

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; in sol_uverbs_hca_open()
259 ASSERT(mod_ctxt->hcas != NULL); in sol_uverbs_hca_open()
271 &mod_ctxt->hcas[hca_ndx].hdl); in sol_uverbs_hca_open()
281 &mod_ctxt->hcas[hca_ndx]); in sol_uverbs_hca_open()
296 mod_ctxt->hcas[hca_ndx].guid = in sol_uverbs_hca_open()
303 &mod_ctxt->hcas[hca_ndx].attr); in sol_uverbs_hca_open()
357 if (mod_ctxt->hcas != NULL) { in sol_uverbs_hca_close()
368 hcas[hca_ndx].hdl); in sol_uverbs_hca_close()
371 kmem_free(mod_ctxt->hcas, in sol_uverbs_hca_close()
373 mod_ctxt->hcas = NULL; in sol_uverbs_hca_close()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h97 sol_uverbs_hca_t *hcas; member