Searched refs:bnxt_re_wq (Results 1 – 1 of 1) sorted by relevance
108 static struct workqueue_struct *bnxt_re_wq; variable3999 queue_work(bnxt_re_wq, &re_work->work); in bnxt_re_schedule_work()4424 bnxt_re_wq = create_singlethread_workqueue("bnxt_re"); in bnxt_re_mod_init()4425 if (!bnxt_re_wq) in bnxt_re_mod_init()4450 destroy_workqueue(bnxt_re_wq); in bnxt_re_mod_init()4462 if (bnxt_re_wq) in bnxt_re_mod_exit()4463 destroy_workqueue(bnxt_re_wq); in bnxt_re_mod_exit()