Searched refs:otx2_wq (Results 1 – 2 of 2) sorted by relevance
1711 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()
265 struct workqueue_struct *otx2_wq; member