Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.c22 struct workqueue_struct *active_wq; member
280 table->active_wq = create_singlethread_workqueue("mlx5_active_sf"); in mlx5_sf_dev_queue_active_work()
281 if (!table->active_wq) in mlx5_sf_dev_queue_active_work()
284 queue_work(table->active_wq, &table->work); in mlx5_sf_dev_queue_active_work()
290 if (table->active_wq) { in mlx5_sf_dev_destroy_active_work()
292 destroy_workqueue(table->active_wq); in mlx5_sf_dev_destroy_active_work()