Home
last modified time | relevance | path

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

/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_main.c195 queue_work(cptpf->flr_wq, &cptpf->flr_work[dev].work); in cptpf_vf_flr_intr()
327 if (!pf->flr_wq) in cptpf_flr_wq_destroy()
329 destroy_workqueue(pf->flr_wq); in cptpf_flr_wq_destroy()
330 pf->flr_wq = NULL; in cptpf_flr_wq_destroy()
338 cptpf->flr_wq = alloc_ordered_workqueue("cptpf_flr_wq", 0); in cptpf_flr_wq_init()
339 if (!cptpf->flr_wq) in cptpf_flr_wq_init()
354 destroy_workqueue(cptpf->flr_wq); in cptpf_flr_wq_init()
A Dotx2_cptpf.h51 struct workqueue_struct *flr_wq; member
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu.c2868 queue_work(rvu->flr_wq, &rvu->flr_wrk[dev].work); in rvu_afvf_queue_flr_work()
2891 queue_work(rvu->flr_wq, &rvu->flr_wrk[pf].work); in rvu_flr_intr_handler()
3218 if (rvu->flr_wq) { in rvu_flr_wq_destroy()
3219 destroy_workqueue(rvu->flr_wq); in rvu_flr_wq_destroy()
3220 rvu->flr_wq = NULL; in rvu_flr_wq_destroy()
3237 rvu->flr_wq = alloc_ordered_workqueue("rvu_afpf_flr", in rvu_flr_init()
3239 if (!rvu->flr_wq) in rvu_flr_init()
3246 destroy_workqueue(rvu->flr_wq); in rvu_flr_init()
A Drvu.h589 struct workqueue_struct *flr_wq; member
/drivers/net/ethernet/marvell/octeontx2/nic/
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()
A Dotx2_common.h511 struct workqueue_struct *flr_wq; member

Completed in 26 milliseconds