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

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

Completed in 140 milliseconds