Searched refs:flr_wq (Results 1 – 3 of 3) sorted by relevance
196 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()
51 struct workqueue_struct *flr_wq; member
108 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()