Searched refs:phy_queue (Results 1 – 3 of 3) sorted by relevance
556 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()
188 INIT_WORK(&dev->phy_queue, phy_change); in phy_device_create()
416 struct work_struct phy_queue; member