Searched refs:new_overflow (Results 1 – 3 of 3) sorted by relevance
382 bool new_overflow; in _guc_log_copy_debuglogs_for_relay() local427 new_overflow = intel_guc_check_log_buf_overflow(log, type, full_cnt); in _guc_log_copy_debuglogs_for_relay()448 if (unlikely(new_overflow)) { in _guc_log_copy_debuglogs_for_relay()
1301 bool new_overflow; in __guc_capture_process_output() local1322 new_overflow = intel_guc_check_log_buf_overflow(&guc->log, GUC_CAPTURE_LOG_BUFFER, in __guc_capture_process_output()1326 if (unlikely(new_overflow)) { in __guc_capture_process_output()
2555 bool old_overflow, new_overflow; in i40e_sync_vsi_filters() local2815 new_overflow = test_bit(__I40E_VSI_OVERFLOW_PROMISC, vsi->state); in i40e_sync_vsi_filters()2820 if (!old_overflow && new_overflow) in i40e_sync_vsi_filters()2846 if ((changed_flags & IFF_PROMISC) || old_overflow != new_overflow) { in i40e_sync_vsi_filters()2850 new_overflow); in i40e_sync_vsi_filters()