Searched refs:dcb_wq (Results 1 – 2 of 2) sorted by relevance
336 rdev->dcb_wq = create_singlethread_workqueue("bnxt_re_dcb_wq"); in bnxt_re_init_dcb_wq()341 if (!rdev->dcb_wq) in bnxt_re_uninit_dcb_wq()343 flush_workqueue(rdev->dcb_wq); in bnxt_re_uninit_dcb_wq()344 destroy_workqueue(rdev->dcb_wq); in bnxt_re_uninit_dcb_wq()345 rdev->dcb_wq = NULL; in bnxt_re_uninit_dcb_wq()760 if (!rdev->dcb_wq) in bnxt_re_async_notifier()769 queue_work(rdev->dcb_wq, &dcb_work->work); in bnxt_re_async_notifier()
562 struct workqueue_struct *dcb_wq; member