Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1726 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()
1936 pf->otx2_wq = create_singlethread_workqueue("otx2_wq"); in otx2_wq_init()
1937 if (!pf->otx2_wq) in otx2_wq_init()
2314 if (pf->otx2_wq) in otx2_remove()
2315 destroy_workqueue(pf->otx2_wq); in otx2_remove()
H A Dotx2_common.h265 struct workqueue_struct *otx2_wq; member