Searched refs:RS_OPT_SVC_ACTIVE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c251 #define RS_OPT_SVC_ACTIVE (1 << 2) macro
3232 if (rs->opts & RS_OPT_SVC_ACTIVE)
3282 if (rs->opts & RS_OPT_SVC_ACTIVE)
3305 else if (rs->opts & RS_OPT_SVC_ACTIVE)
3364 if ((on && (rs->opts & RS_OPT_SVC_ACTIVE)) ||
3365 (!on && !(rs->opts & RS_OPT_SVC_ACTIVE)))
3439 opt_on = rs->opts & RS_OPT_SVC_ACTIVE;
3462 ret = (rs->opts & RS_OPT_SVC_ACTIVE) ?
4019 msg.rs->opts |= RS_OPT_SVC_ACTIVE;
4029 msg.rs->opts &= ~RS_OPT_SVC_ACTIVE;
[all...]

Completed in 129 milliseconds