Home
last modified time | relevance | path

Searched refs:mod_ctxt (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c205 sol_uverbs_hca_open(uverbs_module_context_t *mod_ctxt) in sol_uverbs_hca_open() argument
214 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 …]
/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h145 uverbs_module_context_t *mod_ctxt; member