Searched refs:RXRPC_CALL_SUCCEEDED (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/rxrpc/
H A Dcall_state.c37 return rxrpc_set_call_completion(call, RXRPC_CALL_SUCCEEDED, 0, 0);
H A Drecvmsg.c70 case RXRPC_CALL_SUCCEEDED:
548 if (call->completion == RXRPC_CALL_SUCCEEDED) {
H A Dconn_object.c168 case RXRPC_CALL_SUCCEEDED:
H A Dar-internal.h391 RXRPC_CALL_SUCCEEDED, /* - Normal termination */ enumerator in enum:rxrpc_call_completion
954 return rxrpc_call_is_complete(call) && call->completion != RXRPC_CALL_SUCCEEDED;
H A Daf_rxrpc.c446 if (call->completion != RXRPC_CALL_SUCCEEDED)
H A Dcall_object.c34 [RXRPC_CALL_SUCCEEDED] = "Complete",
H A Dconn_client.c635 if (call->completion == RXRPC_CALL_SUCCEEDED &&
/linux-master/include/trace/events/
H A Drxrpc.h431 EM(RXRPC_CALL_SUCCEEDED, "Succeeded") \

Completed in 290 milliseconds