Searched defs:ivpu_ipc_info (Results 1 – 1 of 1) sorted by relevance
69 struct ivpu_ipc_info { struct70 struct gen_pool *mm_tx;71 struct ivpu_bo *mem_tx;72 struct ivpu_bo *mem_rx;74 atomic_t rx_msg_count;76 spinlock_t cons_lock; /* Protects cons_list and cb_msg_list */77 struct list_head cons_list;78 struct list_head cb_msg_list;80 atomic_t request_id;81 struct mutex lock; /* Lock on status */[all …]