Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/phy/
Dphy.c556 queue_work(system_power_efficient_wq, &phydev->phy_queue); in phy_interrupt()
644 cancel_work_sync(&phydev->phy_queue); in phy_stop_interrupts()
663 container_of(work, struct phy_device, phy_queue); in phy_change()
961 cancel_work_sync(&phydev->phy_queue); in phy_mac_interrupt()
963 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.1.27/include/linux/
Dphy.h416 struct work_struct phy_queue; member