Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c13 static struct workqueue_struct *sparx5_owq; variable
352 queue_work(sparx5_owq, work); in sparx5_schedule_work()
740 sparx5_owq = alloc_ordered_workqueue("sparx5_order", 0); in sparx5_register_notifier_blocks()
741 if (!sparx5_owq) { in sparx5_register_notifier_blocks()
758 destroy_workqueue(sparx5_owq); in sparx5_unregister_notifier_blocks()