Searched refs:evtq_work (Results 1 – 5 of 5) sorted by relevance
66 schedule_work(&hw->evtq_work); in csio_nondata_isr()92 schedule_work(&hw->evtq_work); in csio_fwevt_handler()343 schedule_work(&hw->evtq_work); in csio_fcoe_isr()
246 INIT_WORK(&hw->evtq_work, csio_evtq_worker); in csio_hw_init_workers()252 cancel_work_sync(&hw->evtq_work); in csio_hw_exit_workers()
490 struct work_struct evtq_work; /* Worker thread for member
714 schedule_work(&hw->evtq_work); in csio_dev_loss_tmo_callbk()
3977 struct csio_hw *hw = container_of(work, struct csio_hw, evtq_work); in csio_evtq_worker()