Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dphy.c766 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()
Dphy_device.c446 INIT_WORK(&dev->phy_queue, phy_change_work); in phy_device_create()
/Linux-v4.19/include/linux/
Dphy.h469 struct work_struct phy_queue; member