Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9000.c125 struct delayed_work phy_poll; member
405 schedule_delayed_work(&db->phy_poll, HZ * 2); in dm9000_schedule_poll()
770 struct board_info *db = container_of(dw, struct board_info, phy_poll); in dm9000_poll_work()
1225 schedule_delayed_work(&db->phy_poll, 1); in dm9000_interrupt()
1326 schedule_delayed_work(&db->phy_poll, 1); in dm9000_open()
1355 cancel_delayed_work_sync(&db->phy_poll); in dm9000_stop()
1495 INIT_DELAYED_WORK(&db->phy_poll, dm9000_poll_work); in dm9000_probe()