Searched defs:ipc_mem_channel (Results 1 – 1 of 1) sorted by relevance
248 struct ipc_mem_channel { struct249 int channel_id;250 enum ipc_ctype ctype;251 int index;252 struct ipc_pipe ul_pipe;253 struct ipc_pipe dl_pipe;254 int if_id;255 u32 net_err_count;256 enum ipc_channel_state state;257 struct completion ul_sem;[all …]