Searched defs:smc_event_data (Results 1 – 2 of 2) sorted by relevance
48 struct smc_event_data { struct49 unsigned int agent_id;50 atomic_t agent_ready;51 wait_queue_head_t wait_event_wq;52 int ret_flag; /* indicate whether agent is returned from TEE */53 wait_queue_head_t send_response_wq;54 struct list_head head;55 struct tc_ns_smc_cmd cmd;56 struct tc_ns_dev_file *owner;57 void *agent_buff_kernel;[all …]