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