Lines Matching refs:state
62 * Transition a call to the complete state.
69 if (call->state < RXRPC_CALL_COMPLETE) {
73 call->state = RXRPC_CALL_COMPLETE;
89 if (call->state < RXRPC_CALL_COMPLETE) {
109 if (call->state < RXRPC_CALL_COMPLETE) {
171 pr_err("Invalid terminal call state %u\n", call->state);
186 _enter("%d,%s", call->debug_id, rxrpc_call_states[call->state]);
191 if (call->state == RXRPC_CALL_CLIENT_RECV_REPLY) {
199 switch (call->state) {
207 call->state = RXRPC_CALL_SERVER_ACK_REQUEST;
375 if (call->state >= RXRPC_CALL_SERVER_ACK_REQUEST) {
599 switch (READ_ONCE(call->state)) {
620 if (call->state == RXRPC_CALL_COMPLETE) {
675 * state of a call. Returns 0 if got what was asked for and there's more
692 call->debug_id, rxrpc_call_states[call->state],
695 ASSERTCMP(call->state, !=, RXRPC_CALL_SERVER_SECURING);
699 switch (READ_ONCE(call->state)) {
792 if (READ_ONCE(call->state) != RXRPC_CALL_CLIENT_RECV_REPLY)