Home
last modified time | relevance | path

Searched refs:otx2_wq (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c417 queue_work(vf->otx2_wq, &vf->rx_mode_work); in otx2vf_set_rx_mode()
505 vf->otx2_wq = create_singlethread_workqueue("otx2vf_wq"); in otx2_wq_init()
506 if (!vf->otx2_wq) in otx2_wq_init()
772 if (vf->otx2_wq) in otx2vf_remove()
773 destroy_workqueue(vf->otx2_wq); in otx2vf_remove()
H A Dotx2_pf.c2156 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()
2770 pf->otx2_wq = create_singlethread_workqueue("otx2_wq"); in otx2_wq_init()
2771 if (!pf->otx2_wq) in otx2_wq_init()
3265 if (pf->otx2_wq) in otx2_remove()
3266 destroy_workqueue(pf->otx2_wq); in otx2_remove()
H A Dotx2_common.h498 struct workqueue_struct *otx2_wq; member
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1739 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()
1949 pf->otx2_wq = create_singlethread_workqueue("otx2_wq"); in otx2_wq_init()
1950 if (!pf->otx2_wq) in otx2_wq_init()
2327 if (pf->otx2_wq) in otx2_remove()
2328 destroy_workqueue(pf->otx2_wq); in otx2_remove()
H A Dotx2_common.h265 struct workqueue_struct *otx2_wq; member

Completed in 11 milliseconds