Home
last modified time | relevance | path

Searched refs:evtq_work (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_isr.c66 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()
Dcsio_init.c246 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()
Dcsio_hw.h490 struct work_struct evtq_work; /* Worker thread for member
Dcsio_attr.c714 schedule_work(&hw->evtq_work); in csio_dev_loss_tmo_callbk()
Dcsio_hw.c3977 struct csio_hw *hw = container_of(work, struct csio_hw, evtq_work); in csio_evtq_worker()