Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/phy/
Damd-xgbe-phy.c436 struct workqueue_struct *an_workqueue; member
1031 queue_work(priv->an_workqueue, &priv->an_irq_work); in amd_xgbe_an_isr()
1046 queue_work(priv->an_workqueue, &priv->an_work); in amd_xgbe_an_irq_work()
1255 priv->an_workqueue = in amd_xgbe_phy_config_init()
1257 if (!priv->an_workqueue) { in amd_xgbe_phy_config_init()
1267 destroy_workqueue(priv->an_workqueue); in amd_xgbe_phy_config_init()
1847 flush_workqueue(priv->an_workqueue); in amd_xgbe_phy_remove()
1848 destroy_workqueue(priv->an_workqueue); in amd_xgbe_phy_remove()