Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/fjes/
Dfjes_main.c337 cancel_work_sync(&hw->epstop_task); in fjes_close()
943 if (!work_pending(&hw->epstop_task)) in fjes_txrx_stop_req_irq()
945 &hw->epstop_task); in fjes_txrx_stop_req_irq()
981 if (!work_pending(&hw->epstop_task)) in fjes_stop_req_irq()
982 queue_work(adapter->control_wq, &hw->epstop_task); in fjes_stop_req_irq()
Dfjes_hw.h302 struct work_struct epstop_task; member
Dfjes_hw.c319 INIT_WORK(&hw->epstop_task, fjes_hw_epstop_task); in fjes_hw_init()
366 cancel_work_sync(&hw->epstop_task); in fjes_hw_exit()
1150 struct fjes_hw *hw = container_of(work, struct fjes_hw, epstop_task); in fjes_hw_epstop_task()