Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c59 static struct workqueue_struct *i40evf_wq; variable
3956 i40evf_wq = alloc_workqueue("%s", WQ_UNBOUND | WQ_MEM_RECLAIM, 1, in i40evf_init_module()
3958 if (!i40evf_wq) { in i40evf_init_module()
3977 destroy_workqueue(i40evf_wq); in i40evf_exit_module()