Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/phy/
Dphy.c585 queue_work(system_power_efficient_wq, &phydev->phy_queue); in phy_interrupt()
673 cancel_work_sync(&phydev->phy_queue); in phy_stop_interrupts()
692 container_of(work, struct phy_device, phy_queue); in phy_change()
1007 cancel_work_sync(&phydev->phy_queue); in phy_mac_interrupt()
1009 schedule_work(&phydev->phy_queue); in phy_mac_interrupt()
Dphy_device.c188 INIT_WORK(&dev->phy_queue, phy_change); in phy_device_create()
/linux-4.4.14/include/linux/
Dphy.h426 struct work_struct phy_queue; member