Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c250 static struct workqueue_struct *bnxt_pf_wq; variable
357 queue_delayed_work(bnxt_pf_wq, &bp->fw_reset_task, delay); in bnxt_queue_fw_reset_work()
365 queue_work(bnxt_pf_wq, &bp->sp_task); in __bnxt_queue_sp_work()
15903 if (!bnxt_pf_wq) { in bnxt_init_one()
15904 bnxt_pf_wq = in bnxt_init_one()
15906 if (!bnxt_pf_wq) { in bnxt_init_one()
16283 if (bnxt_pf_wq) in bnxt_exit()
16284 destroy_workqueue(bnxt_pf_wq); in bnxt_exit()