Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c108 static struct workqueue_struct *bnxt_re_wq; variable
3999 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()