Searched refs:RTRS_CLT_CONNECTING (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-trace.h18 TRACE_DEFINE_ENUM(RTRS_CLT_CONNECTING); variable
28 { RTRS_CLT_CONNECTING, "CONNECTING" }, \
H A Drtrs-clt.h20 RTRS_CLT_CONNECTING, enumerator in enum:rtrs_clt_state
H A Drtrs-clt.c213 case RTRS_CLT_CONNECTING:
235 case RTRS_CLT_CONNECTING:
244 case RTRS_CLT_CONNECTING:
253 case RTRS_CLT_CONNECTING:
324 RTRS_CLT_CONNECTING,
1576 clt_path->state = RTRS_CLT_CONNECTING;
2088 con->cm_err || clt_path->state != RTRS_CLT_CONNECTING,
2098 if (READ_ONCE(clt_path->state) != RTRS_CLT_CONNECTING)
2570 clt_path->state != RTRS_CLT_CONNECTING,
2656 if (rtrs_clt_change_state_get_old(clt_path, RTRS_CLT_CONNECTING, NUL
[all...]

Completed in 135 milliseconds