Searched refs:phy_queue (Results 1 – 3 of 3) sorted by relevance
766 container_of(work, struct phy_device, phy_queue); in phy_change_work()1141 queue_work(system_power_efficient_wq, &phydev->phy_queue); in phy_mac_interrupt()
446 INIT_WORK(&dev->phy_queue, phy_change_work); in phy_device_create()
469 struct work_struct phy_queue; member