Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dmain.c80 static struct workqueue_struct *bnxt_re_wq; variable
1569 queue_work(bnxt_re_wq, &re_work->work); in bnxt_re_netdev_event()
1587 bnxt_re_wq = create_singlethread_workqueue("bnxt_re"); in bnxt_re_mod_init()
1588 if (!bnxt_re_wq) in bnxt_re_mod_init()
1602 destroy_workqueue(bnxt_re_wq); in bnxt_re_mod_init()
1627 flush_workqueue(bnxt_re_wq); in bnxt_re_mod_exit()
1637 if (bnxt_re_wq) in bnxt_re_mod_exit()
1638 destroy_workqueue(bnxt_re_wq); in bnxt_re_mod_exit()