Searched refs:num_wraps (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 463 u32 num_wraps; /* # times uCode wrapped to top of log */ in iwl_continuous_event_trace() local 472 num_wraps = read.wrap_counter; in iwl_continuous_event_trace() 489 * num_wraps update (this does happen in practice!!) -- take in iwl_continuous_event_trace() 490 * that into account by increasing num_wraps. in iwl_continuous_event_trace() 493 num_wraps == priv->event_log.num_wraps)) in iwl_continuous_event_trace() 494 num_wraps++; in iwl_continuous_event_trace() 496 if (num_wraps == priv->event_log.num_wraps) { in iwl_continuous_event_trace() 504 if (num_wraps in iwl_continuous_event_trace() 1767 iwl_print_last_event_logs(struct iwl_priv *priv, u32 capacity, u32 num_wraps, u32 next_entry, u32 size, u32 mode, int pos, char **buf, size_t bufsz) iwl_print_last_event_logs() argument 1808 u32 num_wraps; /* # times uCode wrapped to top of log */ iwl_dump_nic_event_log() local [all...] |
H A D | dev.h | 417 * @num_wraps: how many times the event buffer wraps 426 u32 num_wraps; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 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() 483 * num_wraps update (this does happen in practice!!) -- take in iwl_continuous_event_trace() 484 * that into account by increasing num_wraps. 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 in iwl_continuous_event_trace() 1759 iwl_print_last_event_logs(struct iwl_priv *priv, u32 capacity, u32 num_wraps, u32 next_entry, u32 size, u32 mode, int pos, char **buf, size_t bufsz) iwl_print_last_event_logs() argument 1800 u32 num_wraps; /* # times uCode wrapped to top of log */ iwl_dump_nic_event_log() local [all...] |
H A D | dev.h | 412 * @num_wraps: how many times the event buffer wraps 421 u32 num_wraps; member
|
Completed in 7 milliseconds