Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c168 static struct workqueue_struct *ixgbe_wq; variable
274 queue_work(ixgbe_wq, &adapter->service_task); in ixgbe_service_event_schedule()
11396 ixgbe_wq = create_singlethread_workqueue(ixgbe_driver_name); in ixgbe_init_module()
11397 if (!ixgbe_wq) { in ixgbe_init_module()
11406 destroy_workqueue(ixgbe_wq); in ixgbe_init_module()
11434 if (ixgbe_wq) { in ixgbe_exit_module()
11435 destroy_workqueue(ixgbe_wq); in ixgbe_exit_module()
11436 ixgbe_wq = NULL; in ixgbe_exit_module()