Home
last modified time | relevance | path

Searched refs:phy_update (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dmy3126.c19 schedule_delayed_work(&cphy->phy_update, HZ/30); in my3126_interrupt_enable()
26 cancel_delayed_work_sync(&cphy->phy_update); in my3126_interrupt_disable()
99 struct cphy *cphy = container_of(work, struct cphy, phy_update.work); in my3126_poll()
180 INIT_DELAYED_WORK(&cphy->phy_update, my3126_poll); in my3126_phy_create()
H A Dcphy.h95 struct delayed_work phy_update; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dmy3126.c19 schedule_delayed_work(&cphy->phy_update, HZ/30); in my3126_interrupt_enable()
26 cancel_delayed_work_sync(&cphy->phy_update); in my3126_interrupt_disable()
99 struct cphy *cphy = container_of(work, struct cphy, phy_update.work); in my3126_poll()
180 INIT_DELAYED_WORK(&cphy->phy_update, my3126_poll); in my3126_phy_create()
H A Dcphy.h86 struct delayed_work phy_update; member

Completed in 2 milliseconds