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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c195 * mod_ctxt - Pointer to the user verbs module context.
205 sol_uverbs_hca_open(uverbs_module_context_t *mod_ctxt) argument
214 mod_ctxt->hca_count = 0;
215 mod_ctxt->hca_guid_list = NULL;
216 mod_ctxt->hcas = NULL;
217 mod_ctxt->clnt_hdl = NULL;
219 mod_ctxt->clnt_modinfo.mi_ibt_version = IBTI_V_CURR;
220 mod_ctxt->clnt_modinfo.mi_clnt_class = IBT_USER;
221 mod_ctxt->clnt_modinfo.mi_async_handler = uverbs_async_event_handler;
222 mod_ctxt
353 sol_uverbs_hca_close(uverbs_module_context_t *mod_ctxt) argument
479 uverbs_module_context_t *mod_ctxt; local
633 uverbs_module_context_t *mod_ctxt; local
705 uverbs_module_context_t *mod_ctxt; local
786 uverbs_module_context_t *mod_ctxt; local
2679 sol_uverbs_alloc_uctxt(dev_t *devp, uverbs_module_context_t *mod_ctxt, minor_t minor) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h145 uverbs_module_context_t *mod_ctxt; member in struct:uverbs_uctxt_uobj

Completed in 47 milliseconds