Searched refs:phy_poll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/davicom/ |
H A D | dm9000.c | 126 struct delayed_work phy_poll; member 409 schedule_delayed_work(&db->phy_poll, HZ * 2); in dm9000_schedule_poll() 774 struct board_info *db = container_of(dw, struct board_info, phy_poll); in dm9000_poll_work() 1229 schedule_delayed_work(&db->phy_poll, 1); in dm9000_interrupt() 1330 schedule_delayed_work(&db->phy_poll, 1); in dm9000_open() 1359 cancel_delayed_work_sync(&db->phy_poll); in dm9000_stop() 1497 INIT_DELAYED_WORK(&db->phy_poll, dm9000_poll_work); in dm9000_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/davicom/ |
H A D | dm9000.c | 125 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()
|
Completed in 5 milliseconds