Searched refs:nicvf_rx_mode_wq (Results 1 – 1 of 1) sorted by relevance
72 static struct workqueue_struct *nicvf_rx_mode_wq; variable2028 queue_delayed_work(nicvf_rx_mode_wq, &nic->rx_mode_work.work, 0); in nicvf_set_rx_mode()2259 nicvf_rx_mode_wq = alloc_ordered_workqueue("nicvf_generic", in nicvf_init_module()2266 if (nicvf_rx_mode_wq) { in nicvf_cleanup_module()2267 destroy_workqueue(nicvf_rx_mode_wq); in nicvf_cleanup_module()2268 nicvf_rx_mode_wq = NULL; in nicvf_cleanup_module()