Searched refs:mod_ctxt (Results 1 – 2 of 2) sorted by relevance
205 sol_uverbs_hca_open(uverbs_module_context_t *mod_ctxt) in sol_uverbs_hca_open() argument214 mod_ctxt->hca_count = 0; in sol_uverbs_hca_open()215 mod_ctxt->hca_guid_list = NULL; in sol_uverbs_hca_open()216 mod_ctxt->hcas = NULL; in sol_uverbs_hca_open()217 mod_ctxt->clnt_hdl = NULL; in sol_uverbs_hca_open()219 mod_ctxt->clnt_modinfo.mi_ibt_version = IBTI_V_CURR; in sol_uverbs_hca_open()220 mod_ctxt->clnt_modinfo.mi_clnt_class = IBT_USER; in sol_uverbs_hca_open()221 mod_ctxt->clnt_modinfo.mi_async_handler = uverbs_async_event_handler; in sol_uverbs_hca_open()222 mod_ctxt->clnt_modinfo.mi_reserved = NULL; in sol_uverbs_hca_open()223 mod_ctxt->clnt_modinfo.mi_clnt_name = "sol_uverbs"; in sol_uverbs_hca_open()[all …]
145 uverbs_module_context_t *mod_ctxt; member