Lines Matching defs:rxperf_call
48 struct rxperf_call {
66 int (*deliver)(struct rxperf_call *call);
75 static int rxperf_deliver_param_block(struct rxperf_call *call);
76 static int rxperf_deliver_request(struct rxperf_call *call);
77 static int rxperf_process_call(struct rxperf_call *call);
83 static inline void rxperf_set_call_state(struct rxperf_call *call,
89 static inline void rxperf_set_call_complete(struct rxperf_call *call,
102 kfree((struct rxperf_call *)user_call_ID);
111 static void rxperf_queue_call_work(struct rxperf_call *call)
119 struct rxperf_call *call = (struct rxperf_call *)call_user_ID;
127 struct rxperf_call *call = (struct rxperf_call *)user_call_ID;
136 rxperf_set_call_state((struct rxperf_call *)call_user_ID,
151 struct rxperf_call *call;
250 static void rxperf_log_error(struct rxperf_call *call, s32 remote_abort)
282 struct rxperf_call *call = container_of(work, struct rxperf_call, work);
359 static int rxperf_extract_data(struct rxperf_call *call, bool want_more)
393 static int rxperf_deliver_param_block(struct rxperf_call *call)
441 static int rxperf_deliver_request(struct rxperf_call *call)
511 static int rxperf_process_call(struct rxperf_call *call)