Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c455 queue_work(vf->otx2_wq, &vf->rx_mode_work); in otx2vf_set_rx_mode()
544 vf->otx2_wq = create_singlethread_workqueue("otx2vf_wq"); in otx2_vf_wq_init()
545 if (!vf->otx2_wq) in otx2_vf_wq_init()
844 if (vf->otx2_wq) in otx2vf_remove()
845 destroy_workqueue(vf->otx2_wq); in otx2vf_remove()
H A Dotx2_pf.c2336 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()
2950 pf->otx2_wq = create_singlethread_workqueue("otx2_wq"); in otx2_wq_init()
2951 if (!pf->otx2_wq) in otx2_wq_init()
3524 if (pf->otx2_wq) in otx2_remove()
3525 destroy_workqueue(pf->otx2_wq); in otx2_remove()