Searched refs:current_event (Results 1 – 7 of 7) sorted by relevance
1415 struct atomisp_css_event *current_event) in atomisp_css_temp_pipe_to_pipe_id() argument1423 ia_css_temp_pipe_to_pipe_id(current_event->event.pipe, in atomisp_css_temp_pipe_to_pipe_id()1424 ¤t_event->pipe); in atomisp_css_temp_pipe_to_pipe_id()1426 current_event->pipe == IA_CSS_PIPE_ID_CAPTURE) in atomisp_css_temp_pipe_to_pipe_id()1427 current_event->pipe = IA_CSS_PIPE_ID_COPY; in atomisp_css_temp_pipe_to_pipe_id()3175 struct atomisp_css_event current_event; in atomisp_css_isr_thread() local3179 while (!ia_css_dequeue_psys_event(¤t_event.event)) { in atomisp_css_isr_thread()3180 if (current_event.event.type == in atomisp_css_isr_thread()3189 current_event.event.fw_assert_module_id, in atomisp_css_isr_thread()3190 current_event.event.fw_assert_line_no); in atomisp_css_isr_thread()[all …]
115 struct atomisp_css_event *current_event);
1460 if (mrioc->current_event) in mpi3mr_sas_port_add()1461 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_add()1483 if (mrioc->current_event) { in mpi3mr_sas_port_add()1484 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_add()1485 if (mrioc->current_event->discard) in mpi3mr_sas_port_add()1581 if (mrioc->current_event) in mpi3mr_sas_port_remove()1582 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_remove()1604 if (mrioc->current_event) { in mpi3mr_sas_port_remove()1605 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_remove()1606 if (mrioc->current_event->discard) in mpi3mr_sas_port_remove()
383 if ((list_empty(&mrioc->fwevt_list) && !mrioc->current_event) || in mpi3mr_cleanup_fwevt_list()390 if (mrioc->current_event) { in mpi3mr_cleanup_fwevt_list()391 fwevt = mrioc->current_event; in mpi3mr_cleanup_fwevt_list()927 if (mrioc->current_event) in mpi3mr_remove_tgtdev_from_host()928 mrioc->current_event->pending_at_sml = 1; in mpi3mr_remove_tgtdev_from_host()931 if (mrioc->current_event) { in mpi3mr_remove_tgtdev_from_host()932 mrioc->current_event->pending_at_sml = 0; in mpi3mr_remove_tgtdev_from_host()933 if (mrioc->current_event->discard) { in mpi3mr_remove_tgtdev_from_host()981 if (mrioc->current_event) in mpi3mr_report_tgtdev_to_host()982 mrioc->current_event->pending_at_sml = 1; in mpi3mr_report_tgtdev_to_host()[all …]
1325 struct mpi3mr_fwevt *current_event; member
3787 if ((list_empty(&ioc->fw_event_list) && !ioc->current_event) || in _scsih_fw_event_cleanup_queue()3796 if (ioc->shost_recovery && ioc->current_event) in _scsih_fw_event_cleanup_queue()3797 ioc->current_event->ignore = 1; in _scsih_fw_event_cleanup_queue()3801 (fw_event = ioc->current_event)) { in _scsih_fw_event_cleanup_queue()3817 if (fw_event == ioc->current_event && in _scsih_fw_event_cleanup_queue()3818 ioc->current_event->event != in _scsih_fw_event_cleanup_queue()3820 ioc->current_event = NULL; in _scsih_fw_event_cleanup_queue()11928 ioc->current_event = fw_event; in _mpt3sas_fw_work()11934 ioc->current_event = NULL; in _mpt3sas_fw_work()11989 ioc->current_event = NULL; in _mpt3sas_fw_work()[all …]
1358 struct fw_event_work *current_event; member