Lines Matching refs:state
184 * state.
260 unsigned int state;
266 state = call->state;
267 switch (state) {
271 call->state = state = RXRPC_CALL_CLIENT_RECV_REPLY;
273 call->state = state = RXRPC_CALL_CLIENT_AWAIT_REPLY;
278 state = call->state;
286 if (state == RXRPC_CALL_CLIENT_AWAIT_REPLY)
295 kdebug("end_tx %s", rxrpc_call_states[call->state]);
414 enum rxrpc_call_state state;
427 state = READ_ONCE(call->state);
428 if (state >= RXRPC_CALL_COMPLETE) {
433 if (state == RXRPC_CALL_SERVER_RECV_REQUEST) {
451 if ((state == RXRPC_CALL_CLIENT_SEND_REQUEST ||
452 state == RXRPC_CALL_CLIENT_AWAIT_REPLY) &&
819 * with respect to the ack state conveyed by preceding ACKs.
953 switch (READ_ONCE(call->state)) {
1110 switch (READ_ONCE(call->state)) {