Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H A Dalx.h134 struct work_struct reset_wk; member
H A Dmain.c214 schedule_work(&alx->reset_wk); in alx_schedule_reset()
1255 cancel_work_sync(&alx->reset_wk); in __alx_stop()
1363 struct alx_priv *alx = container_of(work, struct alx_priv, reset_wk); in alx_reset()
1831 INIT_WORK(&alx->reset_wk, alx_reset); in alx_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H A Dalx.h134 struct work_struct reset_wk; member
H A Dmain.c213 schedule_work(&alx->reset_wk); in alx_schedule_reset()
1264 cancel_work_sync(&alx->reset_wk); in __alx_stop()
1386 struct alx_priv *alx = container_of(work, struct alx_priv, reset_wk); in alx_reset()
1857 INIT_WORK(&alx->reset_wk, alx_reset); in alx_probe()

Completed in 6 milliseconds