Searched refs:phy_task (Results 1 – 3 of 3) sorted by relevance
281 struct work_struct phy_task; member762 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()1887 INIT_WORK(&tp->phy_task, sis190_phy_task); in sis190_init_one()1932 cancel_work_sync(&tp->phy_task); in sis190_remove_one()
3343 struct skge_hw *hw = from_tasklet(hw, t, phy_task); in skge_extirq()3384 tasklet_schedule(&hw->phy_task); in skge_intr()3930 tasklet_setup(&hw->phy_task, skge_extirq); in skge_probe()4028 tasklet_kill(&hw->phy_task); in skge_remove()
2421 struct tasklet_struct phy_task; member