Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis190.c281 struct work_struct phy_task; member
762 schedule_work(&tp->phy_task); in sis190_irq()
919 container_of(work, struct sis190_private, phy_task); in sis190_phy_task()
1030 schedule_work(&tp->phy_task); in sis190_phy_timer()
1891 INIT_WORK(&tp->phy_task, sis190_phy_task); in sis190_init_one()
1936 cancel_work_sync(&tp->phy_task); in sis190_remove_one()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.c3351 struct skge_hw *hw = from_tasklet(hw, t, phy_task); in skge_extirq()
3392 tasklet_schedule(&hw->phy_task); in skge_intr()
3940 tasklet_setup(&hw->phy_task, skge_extirq); in skge_probe()
4038 tasklet_kill(&hw->phy_task); in skge_remove()
H A Dskge.h2421 struct tasklet_struct phy_task; member