Lines Matching defs:fastrpc_invoke_ctx
232 struct fastrpc_invoke_ctx { struct
233 int nscalars;
234 int nbufs;
235 int retval;
236 int pid;
237 int client_id;
238 u32 sc;
239 u32 *crc;
240 u64 ctxid;
241 u64 msg_sz;
242 struct kref refcount;
243 struct list_head node; /* list of ctxs */
244 struct completion work;
245 struct work_struct put_work;
246 struct fastrpc_msg msg;
247 struct fastrpc_user *fl;
248 union fastrpc_remote_arg *rpra;
249 struct fastrpc_map **maps;
250 struct fastrpc_buf *buf;
251 struct fastrpc_invoke_args *args;
252 struct fastrpc_buf_overlap *olaps;
253 struct fastrpc_channel_ctx *cctx;