Searched refs:num_wraps (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn.c690 u32 num_wraps; /* # times uCode wrapped to top of log */ local
699 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
705 if (num_wraps == priv->event_log.num_wraps) {
712 if ((num_wraps - priv->event_log.num_wraps) > 1)
717 num_wraps - priv->event_log.num_wraps,
736 priv->event_log.num_wraps = num_wraps;
2445 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) argument
2486 u32 num_wraps; /* # times uCode wrapped to top of log */ local
[all...]
H A Diwl3945-base.c1504 u32 num_wraps, u32 next_entry,
1512 if (num_wraps) {
1546 u32 num_wraps; /* # times uCode wrapped to top of log */ local
1561 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1576 size = num_wraps ? capacity : next_entry;
1611 if (num_wraps)
1620 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1624 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1503 iwl3945_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) argument
H A Diwl-dev.h991 * @num_wraps: how many times the event buffer wraps
1000 u32 num_wraps; member in struct:iwl_event_log

Completed in 192 milliseconds