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; local
268 for (hca_ndx = 0; hca_ndx < mod_ctxt->hca_count; hca_ndx++) {
270 mod_ctxt->hca_guid_list[mod_ctxt->hca_count - hca_ndx -1],
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]
355 int hca_ndx; local
480 int rc, instance, hca_ndx; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c289 int hca_ndx; local
318 for (hca_ndx = 0; hca_ndx < hca_cnt; hca_ndx++) {
321 (u_longlong_t)guid[hca_ndx]);
324 hca = ibdma_hca_init(guid[hca_ndx]);
327 " failed", (u_longlong_t)guid[hca_ndx]);
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c147 int hca_ndx; local
174 for (hca_ndx = 0; hca_ndx < hca_cnt; hca_ndx++) {
176 (u_longlong_t)guid[hca_ndx]);
177 srpt_ioc_attach_hca(guid[hca_ndx], B_FALSE);

Completed in 67 milliseconds