Searched refs:flr_wq (Results 1 – 6 of 6) sorted by relevance
195 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()
51 struct workqueue_struct *flr_wq; member
2804 queue_work(rvu->flr_wq, &rvu->flr_wrk[dev].work); in rvu_afvf_queue_flr_work()2827 queue_work(rvu->flr_wq, &rvu->flr_wrk[pf].work); in rvu_flr_intr_handler()3129 if (rvu->flr_wq) { in rvu_flr_wq_destroy()3130 destroy_workqueue(rvu->flr_wq); in rvu_flr_wq_destroy()3131 rvu->flr_wq = NULL; in rvu_flr_wq_destroy()3148 rvu->flr_wq = alloc_ordered_workqueue("rvu_afpf_flr", in rvu_flr_init()3150 if (!rvu->flr_wq) in rvu_flr_init()3157 destroy_workqueue(rvu->flr_wq); in rvu_flr_init()
536 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