Searched refs:CSIO_HWF_FWEVT_STOP (Results 1 – 2 of 2) sorted by relevance
362 #define CSIO_HWF_FWEVT_STOP 0x00000080 /* Stop processing macro
3326 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()