Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c386 if ((sol_ucma.ucma_mod_hdl = ddi_modopen("drv/sol_uverbs", in sol_ucma_open()
399 sol_ucma.ucma_mod_hdl, SOL_UVERBS_GET_CLNT_HDL, &ret_errno)) in sol_ucma_open()
404 (void) ddi_modclose(sol_ucma.ucma_mod_hdl); in sol_ucma_open()
414 sol_ucma.ucma_mod_hdl, SOL_UVERBS_QPNUM2QPHDL, &ret_errno)) in sol_ucma_open()
419 (void) ddi_modclose(sol_ucma.ucma_mod_hdl); in sol_ucma_open()
430 sol_ucma.ucma_mod_hdl, SOL_UVERBS_DISABLE_UQPN_MODIFY, in sol_ucma_open()
435 (void) ddi_modclose(sol_ucma.ucma_mod_hdl); in sol_ucma_open()
446 sol_ucma.ucma_mod_hdl, SOL_UVERBS_UQPN_CQ_CTRL, in sol_ucma_open()
451 (void) ddi_modclose(sol_ucma.ucma_mod_hdl); in sol_ucma_open()
462 sol_ucma.ucma_mod_hdl, SOL_UVERBS_SET_QPFREE_STATE, in sol_ucma_open()
[all …]
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_ucma/
H A Dsol_ucma.h151 ddi_modhandle_t ucma_mod_hdl; member