Home
last modified time | relevance | path

Searched refs:link_check_wk (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/atheros/alx/
Dalx.h133 struct work_struct link_check_wk; member
Dmain.c209 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()