Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h93 ibt_clnt_modinfo_t clnt_modinfo; member
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c219 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()
225 status = ibt_attach(&mod_ctxt->clnt_modinfo, mod_ctxt->dip, in sol_uverbs_hca_open()