Home
last modified time | relevance | path

Searched refs:deferred_tx_wq (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firmware/arm_scmi/transports/
H A Dvirtio.c67 struct workqueue_struct *deferred_tx_wq; member
168 if (!vioch->is_rx && vioch->deferred_tx_wq) in scmi_vio_channel_cleanup_sync()
170 vioch->deferred_tx_wq = NULL; in scmi_vio_channel_cleanup_sync()
400 static void scmi_destroy_tx_workqueue(void *deferred_tx_wq) in scmi_destroy_tx_workqueue() argument
402 destroy_workqueue(deferred_tx_wq); in scmi_destroy_tx_workqueue()
418 if (tx && !vioch->deferred_tx_wq) { in virtio_chan_setup()
421 vioch->deferred_tx_wq = in virtio_chan_setup()
425 if (!vioch->deferred_tx_wq) in virtio_chan_setup()
429 vioch->deferred_tx_wq); in virtio_chan_setup()
772 if (vioch->deferred_tx_wq && (any_prefetched || pending)) in virtio_poll_done()
[all …]