Searched refs:hca_ndx (Results 1 – 3 of 3) sorted by relevance
208 int hca_ndx; in sol_uverbs_hca_open() local268 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 …]
289 int hca_ndx; in ibdma_ibt_init() local318 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()
147 int hca_ndx; in srpt_ioc_attach() local174 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()