Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c240 static struct workqueue_struct *bnxt_pf_wq; variable
1272 queue_delayed_work(bnxt_pf_wq, &bp->fw_reset_task, delay); in bnxt_queue_fw_reset_work()
1280 queue_work(bnxt_pf_wq, &bp->sp_task); in bnxt_queue_sp_work()
13700 if (!bnxt_pf_wq) { in bnxt_init_one()
13701 bnxt_pf_wq = in bnxt_init_one()
13703 if (!bnxt_pf_wq) { in bnxt_init_one()
14055 if (bnxt_pf_wq) in bnxt_exit()
14056 destroy_workqueue(bnxt_pf_wq); in bnxt_exit()