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.h103 struct work_struct link_check_wk; member
Dmain.c184 schedule_work(&alx->link_check_wk); in alx_schedule_link_check()
877 cancel_work_sync(&alx->link_check_wk); in __alx_stop()
978 alx = container_of(work, struct alx_priv, link_check_wk); in alx_link_check()
1381 INIT_WORK(&alx->link_check_wk, alx_link_check); in alx_probe()