Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c232 static struct workqueue_struct *bnxt_pf_wq; variable
1048 queue_work(bnxt_pf_wq, &bp->sp_task); in bnxt_queue_sp_work()
1056 flush_workqueue(bnxt_pf_wq); in bnxt_cancel_sp_work()
9031 if (!bnxt_pf_wq) { in bnxt_init_one()
9032 bnxt_pf_wq = in bnxt_init_one()
9034 if (!bnxt_pf_wq) { in bnxt_init_one()
9286 if (bnxt_pf_wq) in bnxt_exit()
9287 destroy_workqueue(bnxt_pf_wq); in bnxt_exit()