Searched refs:remote_abort (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/rxrpc/
H A Drxperf.c89 int error, s32 remote_abort)
92 call->abort_code = remote_abort;
245 static void rxperf_log_error(struct rxperf_call *call, s32 remote_abort) argument
251 switch (remote_abort) {
279 u32 abort_code, remote_abort = 0; local
343 rxperf_set_call_complete(call, ret, remote_abort);
356 u32 remote_abort = 0; local
360 &call->iov_len, want_more, &remote_abort,
381 rxperf_set_call_complete(call, ret, remote_abort);
88 rxperf_set_call_complete(struct rxperf_call *call, int error, s32 remote_abort) argument
/linux-master/fs/afs/
H A Drxrpc.c438 static void afs_log_error(struct afs_call *call, s32 remote_abort) argument
444 switch (remote_abort) {
474 u32 abort_code, remote_abort = 0; local
490 &len, false, &remote_abort,
570 afs_set_call_complete(call, ret, remote_abort);
875 u32 remote_abort = 0; local
882 &call->iov_len, want_more, &remote_abort,
906 afs_set_call_complete(call, ret, remote_abort);
H A Dinternal.h1421 int error, u32 remote_abort)
1429 call->abort_code = remote_abort;
1433 error, remote_abort);
1420 afs_set_call_complete(struct afs_call *call, int error, u32 remote_abort) argument
/linux-master/include/trace/events/
H A Dafs.h909 int ret, u32 remote_abort),
911 TP_ARGS(call, from, to, ret, remote_abort),
926 __entry->abort = remote_abort;

Completed in 177 milliseconds