Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c402 queue_work(vf->otx2_wq, &vf->rx_mode_work); in otx2vf_set_rx_mode()
490 vf->otx2_wq = create_singlethread_workqueue("otx2vf_wq"); in otx2_wq_init()
491 if (!vf->otx2_wq) in otx2_wq_init()
757 if (vf->otx2_wq) in otx2vf_remove()
758 destroy_workqueue(vf->otx2_wq); in otx2vf_remove()
Dotx2_pf.c2084 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()
2697 pf->otx2_wq = create_singlethread_workqueue("otx2_wq"); in otx2_wq_init()
2698 if (!pf->otx2_wq) in otx2_wq_init()
3173 if (pf->otx2_wq) in otx2_remove()
3174 destroy_workqueue(pf->otx2_wq); in otx2_remove()
Dotx2_common.h498 struct workqueue_struct *otx2_wq; member