Home
last modified time | relevance | path

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

/titanic_50/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()
270 mod_ctxt->hca_guid_list[mod_ctxt->hca_count - hca_ndx -1], in sol_uverbs_hca_open()
271 &mod_ctxt->hcas[hca_ndx].hdl); in sol_uverbs_hca_open()
279 mod_ctxt->hcas[hca_ndx].clnt_hdl = mod_ctxt->clnt_hdl; in sol_uverbs_hca_open()
280 llist_head_init(&mod_ctxt->hcas[hca_ndx].list, in sol_uverbs_hca_open()
281 &mod_ctxt->hcas[hca_ndx]); in sol_uverbs_hca_open()
282 mutex_init(&mod_ctxt->hcas[hca_ndx].event_handler_lock, NULL, in sol_uverbs_hca_open()
284 llist_head_init(&mod_ctxt->hcas[hca_ndx].event_handler_list, in sol_uverbs_hca_open()
286 mutex_init(&mod_ctxt->hcas[hca_ndx].client_data_lock, NULL, in sol_uverbs_hca_open()
[all …]
/titanic_50/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()
/titanic_50/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()