Home
last modified time | relevance | path

Searched refs:IBT_CEP_SET_INIT_RTR (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h66 #define IBT_CEP_SET_INIT_RTR IBT_CEP_SET_OPAQUE2 macro
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c256 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_INIT_RTR | in tavor_qp_modify()
276 if ((flags & IBT_CEP_SET_INIT_RTR) && in tavor_qp_modify()
283 } else if ((flags & IBT_CEP_SET_INIT_RTR) || in tavor_qp_modify()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c269 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_INIT_RTR | in hermon_qp_modify()
290 if ((flags & IBT_CEP_SET_INIT_RTR) && in hermon_qp_modify()
298 } else if ((flags & IBT_CEP_SET_INIT_RTR) || in hermon_qp_modify()
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c49 { IBT_STATE_INIT, IBT_STATE_RTR, IBT_CEP_SET_INIT_RTR},
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1782 flags |= IBT_CEP_SET_INIT_RTR; in ib_modify_qp()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c1013 *flags |= IBT_CEP_SET_INIT_RTR; in uverbs_modify_update()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c5577 cep_flags = IBT_CEP_SET_INIT_RTR | IBT_CEP_SET_PKEY_IX; in ibcm_invoke_qp_modify()