Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h51 struct workqueue_struct *flr_wq; member
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H 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()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h607 struct workqueue_struct *flr_wq; member