Home
last modified time | relevance | path

Searched refs:link_check_wk (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H A Dalx.h133 struct work_struct link_check_wk; member
H A Dmain.c209 schedule_work(&alx->link_check_wk); in alx_schedule_link_check()
1254 cancel_work_sync(&alx->link_check_wk); in __alx_stop()
1354 alx = container_of(work, struct alx_priv, link_check_wk); in alx_link_check()
1830 INIT_WORK(&alx->link_check_wk, alx_link_check); in alx_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H A Dalx.h133 struct work_struct link_check_wk; member
H A 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()

Completed in 6 milliseconds