Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/atheros/alx/
Dalx.h133 struct work_struct link_check_wk; member
Dmain.c208 schedule_work(&alx->link_check_wk); in alx_schedule_link_check()
1263 cancel_work_sync(&alx->link_check_wk); in __alx_stop()
1377 alx = container_of(work, struct alx_priv, link_check_wk); in alx_link_check()
1856 INIT_WORK(&alx->link_check_wk, alx_link_check); in alx_probe()