Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dbnxt_re.h224 struct workqueue_struct *dcb_wq; member
H A Dmain.c361 rdev->dcb_wq = create_singlethread_workqueue("bnxt_re_dcb_wq"); in bnxt_re_init_dcb_wq()
366 if (!rdev->dcb_wq) in bnxt_re_uninit_dcb_wq()
368 destroy_workqueue(rdev->dcb_wq); in bnxt_re_uninit_dcb_wq()
430 queue_work(rdev->dcb_wq, &dcb_work->work); in bnxt_re_async_notifier()