Searched defs:scmi_vio_channel (Results 1 – 1 of 1) sorted by relevance
57 struct scmi_vio_channel { struct58 struct virtqueue *vqueue;59 struct scmi_chan_info *cinfo;61 spinlock_t free_lock;62 struct list_head free_list;64 spinlock_t pending_lock;65 struct list_head pending_cmds_list;66 struct work_struct deferred_tx_work;67 struct workqueue_struct *deferred_tx_wq;68 bool is_rx;[all …]