Searched refs:ucma_mod_hdl (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/ |
H A D | sol_ucma.c | 387 if ((sol_ucma.ucma_mod_hdl = ddi_modopen("drv/sol_uverbs", in sol_ucma_open() 400 sol_ucma.ucma_mod_hdl, SOL_UVERBS_GET_CLNT_HDL, &ret_errno)) in sol_ucma_open() 405 (void) ddi_modclose(sol_ucma.ucma_mod_hdl); in sol_ucma_open() 415 sol_ucma.ucma_mod_hdl, SOL_UVERBS_QPNUM2QPHDL, &ret_errno)) in sol_ucma_open() 420 (void) ddi_modclose(sol_ucma.ucma_mod_hdl); in sol_ucma_open() 431 sol_ucma.ucma_mod_hdl, SOL_UVERBS_DISABLE_UQPN_MODIFY, in sol_ucma_open() 436 (void) ddi_modclose(sol_ucma.ucma_mod_hdl); in sol_ucma_open() 447 sol_ucma.ucma_mod_hdl, SOL_UVERBS_UQPN_CQ_CTRL, in sol_ucma_open() 452 (void) ddi_modclose(sol_ucma.ucma_mod_hdl); in sol_ucma_open() 463 sol_ucma.ucma_mod_hdl, SOL_UVERBS_SET_QPFREE_STATE, in sol_ucma_open() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ucma/ |
H A D | sol_ucma.h | 151 ddi_modhandle_t ucma_mod_hdl; member
|