Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.h362 #define CSIO_HWF_FWEVT_STOP 0x00000080 /* Stop processing macro
Dcsio_hw.c3326 if (hw->flags & CSIO_HWF_FWEVT_STOP) in csio_enqueue_evt()
3367 if (hw->flags & CSIO_HWF_FWEVT_STOP) { in csio_enqueue_evt_lock()
3436 hw->flags |= CSIO_HWF_FWEVT_STOP; in csio_evtq_stop()
3442 hw->flags &= ~CSIO_HWF_FWEVT_STOP; in csio_evtq_start()
3534 if (hw->flags & CSIO_HWF_FWEVT_STOP) in csio_evtq_worker()