Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c1711 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()
1921 pf->otx2_wq = create_singlethread_workqueue("otx2_wq"); in otx2_wq_init()
1922 if (!pf->otx2_wq) in otx2_wq_init()
2299 if (pf->otx2_wq) in otx2_remove()
2300 destroy_workqueue(pf->otx2_wq); in otx2_remove()
Dotx2_common.h265 struct workqueue_struct *otx2_wq; member