Home
last modified time | relevance | path

Searched refs:an_workqueue (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-mdio.c657 queue_work(pdata->an_workqueue, &pdata->an_irq_work); in xgbe_an37_isr()
680 queue_work(pdata->an_workqueue, &pdata->an_irq_work); in xgbe_an73_isr()
740 queue_work(pdata->an_workqueue, &pdata->an_work); in xgbe_an_irq_work()
Dxgbe-drv.c1840 pdata->an_workqueue = in xgbe_open()
1842 if (!pdata->an_workqueue) { in xgbe_open()
1893 destroy_workqueue(pdata->an_workqueue); in xgbe_open()
1914 flush_workqueue(pdata->an_workqueue); in xgbe_close()
1915 destroy_workqueue(pdata->an_workqueue); in xgbe_close()
Dxgbe.h1237 struct workqueue_struct *an_workqueue; member