Searched refs:flr_wq (Results 1 – 6 of 6) sorted by relevance
184 queue_work(cptpf->flr_wq, &cptpf->flr_work[dev].work); in cptpf_vf_flr_intr()316 if (!pf->flr_wq) in cptpf_flr_wq_destroy()318 destroy_workqueue(pf->flr_wq); in cptpf_flr_wq_destroy()319 pf->flr_wq = NULL; in cptpf_flr_wq_destroy()327 cptpf->flr_wq = alloc_ordered_workqueue("cptpf_flr_wq", 0); in cptpf_flr_wq_init()328 if (!cptpf->flr_wq) in cptpf_flr_wq_init()343 destroy_workqueue(cptpf->flr_wq); in cptpf_flr_wq_init()
47 struct workqueue_struct *flr_wq; member
2634 queue_work(rvu->flr_wq, &rvu->flr_wrk[dev].work); in rvu_afvf_queue_flr_work()2657 queue_work(rvu->flr_wq, &rvu->flr_wrk[pf].work); in rvu_flr_intr_handler()2959 if (rvu->flr_wq) { in rvu_flr_wq_destroy()2960 destroy_workqueue(rvu->flr_wq); in rvu_flr_wq_destroy()2961 rvu->flr_wq = NULL; in rvu_flr_wq_destroy()2978 rvu->flr_wq = alloc_workqueue("rvu_afpf_flr", in rvu_flr_init()2981 if (!rvu->flr_wq) in rvu_flr_init()2988 destroy_workqueue(rvu->flr_wq); in rvu_flr_init()
455 struct workqueue_struct *flr_wq; member
103 if (!pf->flr_wq) in otx2_flr_wq_destroy()105 destroy_workqueue(pf->flr_wq); in otx2_flr_wq_destroy()106 pf->flr_wq = NULL; in otx2_flr_wq_destroy()160 queue_work(pf->flr_wq, &pf->flr_wrk[dev].work); in otx2_pf_flr_intr_handler()273 pf->flr_wq = alloc_workqueue("otx2_pf_flr_wq", in otx2_pf_flr_init()275 if (!pf->flr_wq) in otx2_pf_flr_init()281 destroy_workqueue(pf->flr_wq); in otx2_pf_flr_init()
375 struct workqueue_struct *flr_wq; member
Completed in 30 milliseconds