Searched defs:ipc_mem_channel (Results 1 – 1 of 1) sorted by relevance
237 struct ipc_mem_channel { struct238 int channel_id;239 enum ipc_ctype ctype;240 int index;241 struct ipc_pipe ul_pipe;242 struct ipc_pipe dl_pipe;243 int if_id;244 u32 net_err_count;245 enum ipc_channel_state state;246 struct completion ul_sem;[all …]