Lines Matching refs:num_wraps
457 u32 num_wraps; /* # times uCode wrapped to top of log */ in iwl_continuous_event_trace() local
466 num_wraps = read.wrap_counter; in iwl_continuous_event_trace()
487 num_wraps == priv->event_log.num_wraps)) in iwl_continuous_event_trace()
488 num_wraps++; in iwl_continuous_event_trace()
490 if (num_wraps == priv->event_log.num_wraps) { in iwl_continuous_event_trace()
498 if (num_wraps - priv->event_log.num_wraps > 1) in iwl_continuous_event_trace()
504 num_wraps - priv->event_log.num_wraps, in iwl_continuous_event_trace()
526 priv->event_log.num_wraps = num_wraps; in iwl_continuous_event_trace()
1758 u32 num_wraps, u32 next_entry, in iwl_print_last_event_logs() argument
1766 if (num_wraps) { in iwl_print_last_event_logs()
1798 u32 num_wraps; /* # times uCode wrapped to top of log */ in iwl_dump_nic_event_log() local
1829 num_wraps = iwl_trans_read_mem32(trans, base + (2 * sizeof(u32))); in iwl_dump_nic_event_log()
1844 size = num_wraps ? capacity : next_entry; in iwl_dump_nic_event_log()
1874 if (num_wraps) in iwl_dump_nic_event_log()
1882 pos = iwl_print_last_event_logs(priv, capacity, num_wraps, in iwl_dump_nic_event_log()
1886 pos = iwl_print_last_event_logs(priv, capacity, num_wraps, in iwl_dump_nic_event_log()