Searched refs:flr_wq (Results 1 – 6 of 6) sorted by relevance
193 queue_work(cptpf->flr_wq, &cptpf->flr_work[dev].work); in cptpf_vf_flr_intr()325 if (!pf->flr_wq) in cptpf_flr_wq_destroy()327 destroy_workqueue(pf->flr_wq); in cptpf_flr_wq_destroy()328 pf->flr_wq = NULL; in cptpf_flr_wq_destroy()336 cptpf->flr_wq = alloc_ordered_workqueue("cptpf_flr_wq", 0); in cptpf_flr_wq_init()337 if (!cptpf->flr_wq) in cptpf_flr_wq_init()352 destroy_workqueue(cptpf->flr_wq); in cptpf_flr_wq_init()
51 struct workqueue_struct *flr_wq; member
2727 queue_work(rvu->flr_wq, &rvu->flr_wrk[dev].work); in rvu_afvf_queue_flr_work()2750 queue_work(rvu->flr_wq, &rvu->flr_wrk[pf].work); in rvu_flr_intr_handler()3052 if (rvu->flr_wq) { in rvu_flr_wq_destroy()3053 destroy_workqueue(rvu->flr_wq); in rvu_flr_wq_destroy()3054 rvu->flr_wq = NULL; in rvu_flr_wq_destroy()3071 rvu->flr_wq = alloc_ordered_workqueue("rvu_afpf_flr", in rvu_flr_init()3073 if (!rvu->flr_wq) in rvu_flr_init()3080 destroy_workqueue(rvu->flr_wq); in rvu_flr_init()
494 struct workqueue_struct *flr_wq; member
106 if (!pf->flr_wq) in otx2_flr_wq_destroy()108 destroy_workqueue(pf->flr_wq); in otx2_flr_wq_destroy()109 pf->flr_wq = NULL; in otx2_flr_wq_destroy()163 queue_work(pf->flr_wq, &pf->flr_wrk[dev].work); in otx2_pf_flr_intr_handler()276 pf->flr_wq = alloc_ordered_workqueue("otx2_pf_flr_wq", WQ_HIGHPRI); in otx2_pf_flr_init()277 if (!pf->flr_wq) in otx2_pf_flr_init()283 destroy_workqueue(pf->flr_wq); in otx2_pf_flr_init()
495 struct workqueue_struct *flr_wq; member