Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c208 int hca_ndx; in sol_uverbs_hca_open() local
268 for (hca_ndx = 0; hca_ndx < mod_ctxt->hca_count; hca_ndx++) { 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()
314 hca_ndx, (u_longlong_t)mod_ctxt->hcas[hca_ndx].guid); in sol_uverbs_hca_open()
355 int hca_ndx; in sol_uverbs_hca_close() local
361 for (hca_ndx = 0; hca_ndx < mod_ctxt->hca_count; hca_ndx++) { in sol_uverbs_hca_close()
368 hcas[hca_ndx].hdl); in sol_uverbs_hca_close()
480 int rc, instance, hca_ndx; in sol_uverbs_attach() local
545 for (hca_ndx = 0; hca_ndx < mod_ctxt->hca_count; hca_ndx++) { in sol_uverbs_attach()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c289 int hca_ndx; in ibdma_ibt_init() local
318 for (hca_ndx = 0; hca_ndx < hca_cnt; hca_ndx++) { in ibdma_ibt_init()
321 (u_longlong_t)guid[hca_ndx]); in ibdma_ibt_init()
324 hca = ibdma_hca_init(guid[hca_ndx]); in ibdma_ibt_init()
327 " failed", (u_longlong_t)guid[hca_ndx]); in ibdma_ibt_init()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c147 int hca_ndx; in srpt_ioc_attach() local
174 for (hca_ndx = 0; hca_ndx < hca_cnt; hca_ndx++) { in srpt_ioc_attach()
176 (u_longlong_t)guid[hca_ndx]); in srpt_ioc_attach()
177 srpt_ioc_attach_hca(guid[hca_ndx], B_FALSE); in srpt_ioc_attach()