Searched defs:rpmsg_lite_instance (Results 1 – 1 of 1) sorted by relevance
162 struct rpmsg_lite_instance struct164 struct virtqueue *rvq; /*!< receive virtqueue */165 struct virtqueue *tvq; /*!< transmit virtqueue */166 struct llist *rl_endpoints; /*!< linked list of endpoints */167 LOCK *lock; /*!< local RPMsg Lite mutex lock */169 LOCK_STATIC_CONTEXT lock_static_ctxt; /*!< Static context for lock object creation */171 uint32_t link_state; /*!< state of the link, up/down*/172 char *sh_mem_base; /*!< base address of the shared memory */173 … uint32_t sh_mem_remaining; /*!< amount of remaining unused buffers in shared memory */174 uint32_t sh_mem_total; /*!< total amount of buffers in shared memory */[all …]