Searched refs:phy_queue (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dphy.c565 schedule_work(&phydev->phy_queue);
632 INIT_WORK(&phydev->phy_queue, phy_change);
668 cancel_work_sync(&phydev->phy_queue);
685 container_of(work, struct phy_device, phy_queue);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dphy.h213 * phy_queue: A work_queue for the interrupt
282 struct work_struct phy_queue; member in struct:phy_device

Completed in 54 milliseconds