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()1891 INIT_WORK(&tp->phy_task, sis190_phy_task); in sis190_init_one()1936 cancel_work_sync(&tp->phy_task); in sis190_remove_one()
3351 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()
2421 struct tasklet_struct phy_task; member