Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_main.c196 queue_work(cptpf->flr_wq, &cptpf->flr_work[dev].work); in cptpf_vf_flr_intr()
328 if (!pf->flr_wq) in cptpf_flr_wq_destroy()
330 destroy_workqueue(pf->flr_wq); in cptpf_flr_wq_destroy()
331 pf->flr_wq = NULL; in cptpf_flr_wq_destroy()
339 cptpf->flr_wq = alloc_ordered_workqueue("cptpf_flr_wq", 0); in cptpf_flr_wq_init()
340 if (!cptpf->flr_wq) in cptpf_flr_wq_init()
354 destroy_workqueue(cptpf->flr_wq); in cptpf_flr_wq_init()
H A Dotx2_cptpf.h51 struct workqueue_struct *flr_wq; member
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c108 if (!pf->flr_wq) in otx2_flr_wq_destroy()
110 destroy_workqueue(pf->flr_wq); in otx2_flr_wq_destroy()
111 pf->flr_wq = NULL; in otx2_flr_wq_destroy()
165 queue_work(pf->flr_wq, &pf->flr_wrk[dev].work); in otx2_pf_flr_intr_handler()
280 pf->flr_wq = alloc_ordered_workqueue("otx2_pf_flr_wq", WQ_HIGHPRI); in otx2_pf_flr_init()
281 if (!pf->flr_wq) in otx2_pf_flr_init()
287 destroy_workqueue(pf->flr_wq); in otx2_pf_flr_init()