Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c13 static struct workqueue_struct *sparx5_owq; variable
307 queue_work(sparx5_owq, work); in sparx5_schedule_work()
628 sparx5_owq = alloc_ordered_workqueue("sparx5_order", 0); in sparx5_register_notifier_blocks()
629 if (!sparx5_owq) { in sparx5_register_notifier_blocks()
646 destroy_workqueue(sparx5_owq); in sparx5_unregister_notifier_blocks()