Searched refs:bnxt_re_wq (Results 1 – 1 of 1) sorted by relevance
80 static struct workqueue_struct *bnxt_re_wq; variable1668 queue_work(bnxt_re_wq, &re_work->work); in bnxt_re_netdev_event()1686 bnxt_re_wq = create_singlethread_workqueue("bnxt_re"); in bnxt_re_mod_init()1687 if (!bnxt_re_wq) in bnxt_re_mod_init()1701 destroy_workqueue(bnxt_re_wq); in bnxt_re_mod_init()1726 flush_workqueue(bnxt_re_wq); in bnxt_re_mod_exit()1736 if (bnxt_re_wq) in bnxt_re_mod_exit()1737 destroy_workqueue(bnxt_re_wq); in bnxt_re_mod_exit()