Searched refs:otx2_wq (Results 1 – 3 of 3) sorted by relevance
407 queue_work(vf->otx2_wq, &vf->rx_mode_work); in otx2vf_set_rx_mode()494 vf->otx2_wq = create_singlethread_workqueue("otx2vf_wq"); in otx2_wq_init()495 if (!vf->otx2_wq) in otx2_wq_init()758 if (vf->otx2_wq) in otx2vf_remove()759 destroy_workqueue(vf->otx2_wq); in otx2vf_remove()
2006 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()2616 pf->otx2_wq = create_singlethread_workqueue("otx2_wq"); in otx2_wq_init()2617 if (!pf->otx2_wq) in otx2_wq_init()3089 if (pf->otx2_wq) in otx2_remove()3090 destroy_workqueue(pf->otx2_wq); in otx2_remove()
473 struct workqueue_struct *otx2_wq; member