Lines Matching refs:num_wraps
390 u32 num_wraps; /* # times uCode wrapped to top of log */ in iwl_continuous_event_trace() local
399 num_wraps = read.wrap_counter; in iwl_continuous_event_trace()
420 num_wraps == priv->event_log.num_wraps)) in iwl_continuous_event_trace()
421 num_wraps++; in iwl_continuous_event_trace()
423 if (num_wraps == priv->event_log.num_wraps) { in iwl_continuous_event_trace()
431 if (num_wraps - priv->event_log.num_wraps > 1) in iwl_continuous_event_trace()
437 num_wraps - priv->event_log.num_wraps, in iwl_continuous_event_trace()
459 priv->event_log.num_wraps = num_wraps; in iwl_continuous_event_trace()
1675 u32 num_wraps, u32 next_entry, in iwl_print_last_event_logs() argument
1683 if (num_wraps) { in iwl_print_last_event_logs()
1715 u32 num_wraps; /* # times uCode wrapped to top of log */ in iwl_dump_nic_event_log() local
1746 num_wraps = iwl_trans_read_mem32(trans, base + (2 * sizeof(u32))); in iwl_dump_nic_event_log()
1761 size = num_wraps ? capacity : next_entry; in iwl_dump_nic_event_log()
1791 if (num_wraps) in iwl_dump_nic_event_log()
1799 pos = iwl_print_last_event_logs(priv, capacity, num_wraps, in iwl_dump_nic_event_log()
1803 pos = iwl_print_last_event_logs(priv, capacity, num_wraps, in iwl_dump_nic_event_log()