Lines Matching refs:handled
642 int handled = 0; in hsw_module_message() local
654 handled = 1; in hsw_module_message()
657 handled = hsw_process_reply(hsw, header); in hsw_module_message()
661 return handled; in hsw_module_message()
668 int handled = 0; in hsw_stream_message() local
676 return handled; in hsw_stream_message()
690 handled = hsw_process_reply(hsw, header); in hsw_stream_message()
694 return handled; in hsw_stream_message()
724 int handled = 1; in hsw_process_notification() local
734 return handled; in hsw_process_notification()
754 handled = hsw_stream_message(hsw, header); in hsw_process_notification()
757 handled = hsw_log_message(hsw, header); in hsw_process_notification()
760 handled = hsw_module_message(hsw, header); in hsw_process_notification()
768 return handled; in hsw_process_notification()
777 int handled; in hsw_irq_thread() local
789 handled = hsw_process_reply(hsw, ipcx); in hsw_irq_thread()
791 if (handled > 0) { in hsw_irq_thread()
806 handled = hsw_process_notification(hsw); in hsw_irq_thread()
809 if (handled > 0) { in hsw_irq_thread()