Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c172 static struct workqueue_struct *ixgbe_wq; variable
278 queue_work(ixgbe_wq, &adapter->service_task); in ixgbe_service_event_schedule()
11548 ixgbe_wq = create_singlethread_workqueue(ixgbe_driver_name); in ixgbe_init_module()
11549 if (!ixgbe_wq) { in ixgbe_init_module()
11558 destroy_workqueue(ixgbe_wq); in ixgbe_init_module()
11586 if (ixgbe_wq) { in ixgbe_exit_module()
11587 destroy_workqueue(ixgbe_wq); in ixgbe_exit_module()
11588 ixgbe_wq = NULL; in ixgbe_exit_module()