Home
last modified time | relevance | path

Searched refs:IBT_CEP_SET_RESET_INIT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c48 { IBT_STATE_RESET, IBT_STATE_INIT, IBT_CEP_SET_RESET_INIT},
287 IBT_CEP_SET_RESET_INIT, modify_attrp, NULL); in ibt_initialize_qp()
847 if (flags & (IBT_CEP_SET_PORT | IBT_CEP_SET_RESET_INIT)) in ibt_modify_qp()
850 if (flags & (IBT_CEP_SET_QKEY | IBT_CEP_SET_RESET_INIT)) in ibt_modify_qp()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h65 #define IBT_CEP_SET_RESET_INIT IBT_CEP_SET_OPAQUE1 macro
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c162 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_RESET_INIT | in tavor_qp_modify()
180 if ((flags & IBT_CEP_SET_RESET_INIT) && in tavor_qp_modify()
187 } else if ((flags & IBT_CEP_SET_RESET_INIT) || in tavor_qp_modify()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c169 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_RESET_INIT | in hermon_qp_modify()
188 if ((flags & IBT_CEP_SET_RESET_INIT) && in hermon_qp_modify()
196 } else if ((flags & IBT_CEP_SET_RESET_INIT) || in hermon_qp_modify()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1779 flags |= IBT_CEP_SET_RESET_INIT; in ib_modify_qp()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c1004 *flags |= IBT_CEP_SET_RESET_INIT; in uverbs_modify_update()