Searched refs:link_check_wk (Results 1 – 2 of 2) sorted by relevance
133 struct work_struct link_check_wk; member
209 schedule_work(&alx->link_check_wk); in alx_schedule_link_check()1350 alx = container_of(work, struct alx_priv, link_check_wk); in alx_link_check()1829 INIT_WORK(&alx->link_check_wk, alx_link_check); in alx_probe()1861 cancel_work_sync(&alx->link_check_wk); in alx_remove()