Searched refs:bnxt_pf_wq (Results 1 – 1 of 1) sorted by relevance
261 static struct workqueue_struct *bnxt_pf_wq; variable1146 queue_delayed_work(bnxt_pf_wq, &bp->fw_reset_task, delay); in bnxt_queue_fw_reset_work()1154 queue_work(bnxt_pf_wq, &bp->sp_task); in bnxt_queue_sp_work()1162 flush_workqueue(bnxt_pf_wq); in bnxt_cancel_sp_work()11804 if (!bnxt_pf_wq) { in bnxt_init_one()11805 bnxt_pf_wq = in bnxt_init_one()11807 if (!bnxt_pf_wq) { in bnxt_init_one()12057 if (bnxt_pf_wq) in bnxt_exit()12058 destroy_workqueue(bnxt_pf_wq); in bnxt_exit()