phy_update         95 drivers/net/ethernet/chelsio/cxgb/cphy.h 	struct delayed_work phy_update;
phy_update         19 drivers/net/ethernet/chelsio/cxgb/my3126.c 	schedule_delayed_work(&cphy->phy_update, HZ/30);
phy_update         26 drivers/net/ethernet/chelsio/cxgb/my3126.c 	cancel_delayed_work_sync(&cphy->phy_update);
phy_update         99 drivers/net/ethernet/chelsio/cxgb/my3126.c 	struct cphy *cphy = container_of(work, struct cphy, phy_update.work);
phy_update        180 drivers/net/ethernet/chelsio/cxgb/my3126.c 	INIT_DELAYED_WORK(&cphy->phy_update, my3126_poll);