Searched defs:scmi_vio_channel (Results 1 – 1 of 1) sorted by relevance
48 struct scmi_vio_channel { struct49 struct virtqueue *vqueue;50 struct scmi_chan_info *cinfo;51 struct list_head free_list;52 bool is_rx;53 bool ready;54 unsigned int max_msg;56 spinlock_t lock;58 spinlock_t ready_lock;