Home
last modified time | relevance | path

Searched refs:phy_update (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dmy3126.c18 schedule_delayed_work(&cphy->phy_update, HZ/30); in my3126_interrupt_enable()
25 cancel_delayed_work_sync(&cphy->phy_update); in my3126_interrupt_disable()
98 struct cphy *cphy = container_of(work, struct cphy, phy_update.work); in my3216_poll()
179 INIT_DELAYED_WORK(&cphy->phy_update, my3216_poll); in my3126_phy_create()
Dcphy.h96 struct delayed_work phy_update; member