Lines Matching defs:call
82 static inline void rxperf_set_call_state(struct rxperf_call *call, in rxperf_set_call_state()
88 static inline void rxperf_set_call_complete(struct rxperf_call *call, in rxperf_set_call_complete()
110 static void rxperf_queue_call_work(struct rxperf_call *call) in rxperf_queue_call_work()
118 struct rxperf_call *call = (struct rxperf_call *)call_user_ID; in rxperf_notify_rx() local
126 struct rxperf_call *call = (struct rxperf_call *)user_call_ID; in rxperf_rx_attach() local
144 struct rxperf_call *call; in rxperf_charge_preallocation() local
245 static void rxperf_log_error(struct rxperf_call *call, s32 remote_abort) in rxperf_log_error()
277 struct rxperf_call *call = container_of(work, struct rxperf_call, work); in rxperf_deliver_to_call() local
354 static int rxperf_extract_data(struct rxperf_call *call, bool want_more) in rxperf_extract_data()
388 static int rxperf_deliver_param_block(struct rxperf_call *call) in rxperf_deliver_param_block()
436 static int rxperf_deliver_request(struct rxperf_call *call) in rxperf_deliver_request()
506 static int rxperf_process_call(struct rxperf_call *call) in rxperf_process_call()