Home
last modified time | relevance | path

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

/linux/drivers/net/fjes/
H A Dfjes_hw.h302 struct work_struct epstop_task; member
H A Dfjes_hw.c341 INIT_WORK(&hw->epstop_task, fjes_hw_epstop_task); in fjes_hw_init()
394 cancel_work_sync(&hw->epstop_task); in fjes_hw_exit()
1178 struct fjes_hw *hw = container_of(work, struct fjes_hw, epstop_task); in fjes_hw_epstop_task()