Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.h417 #define CSIO_HWF_FWEVT_STOP 0x00000080 /* Stop processing macro
H A Dcsio_hw.c3791 if (hw->flags & CSIO_HWF_FWEVT_STOP) in csio_enqueue_evt()
3832 if (hw->flags & CSIO_HWF_FWEVT_STOP) { in csio_enqueue_evt_lock()
3901 hw->flags |= CSIO_HWF_FWEVT_STOP; in csio_evtq_stop()
3907 hw->flags &= ~CSIO_HWF_FWEVT_STOP; in csio_evtq_start()
3999 if (hw->flags & CSIO_HWF_FWEVT_STOP) in csio_evtq_worker()