Searched refs:current_event (Results 1 – 7 of 7) sorted by relevance
1426 struct atomisp_css_event *current_event) in atomisp_css_temp_pipe_to_pipe_id() argument1434 ia_css_temp_pipe_to_pipe_id(current_event->event.pipe, in atomisp_css_temp_pipe_to_pipe_id()1435 ¤t_event->pipe); in atomisp_css_temp_pipe_to_pipe_id()1437 current_event->pipe == IA_CSS_PIPE_ID_CAPTURE) in atomisp_css_temp_pipe_to_pipe_id()1438 current_event->pipe = IA_CSS_PIPE_ID_COPY; in atomisp_css_temp_pipe_to_pipe_id()3186 struct atomisp_css_event current_event; in atomisp_css_isr_thread() local3190 while (!ia_css_dequeue_psys_event(¤t_event.event)) { in atomisp_css_isr_thread()3191 if (current_event.event.type == in atomisp_css_isr_thread()3200 current_event.event.fw_assert_module_id, in atomisp_css_isr_thread()3201 current_event.event.fw_assert_line_no); in atomisp_css_isr_thread()[all …]
126 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 …]
1307 struct mpi3mr_fwevt *current_event; member
3692 if ((list_empty(&ioc->fw_event_list) && !ioc->current_event) || in _scsih_fw_event_cleanup_queue()3701 if (ioc->shost_recovery && ioc->current_event) in _scsih_fw_event_cleanup_queue()3702 ioc->current_event->ignore = 1; in _scsih_fw_event_cleanup_queue()3706 (fw_event = ioc->current_event)) { in _scsih_fw_event_cleanup_queue()3722 if (fw_event == ioc->current_event && in _scsih_fw_event_cleanup_queue()3723 ioc->current_event->event != in _scsih_fw_event_cleanup_queue()3725 ioc->current_event = NULL; in _scsih_fw_event_cleanup_queue()10713 ioc->current_event = fw_event; in _mpt3sas_fw_work()10719 ioc->current_event = NULL; in _mpt3sas_fw_work()10817 ioc->current_event = NULL; in _mpt3sas_fw_work()
1356 struct fw_event_work *current_event; member