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

/drivers/net/wireless/iwlwifi/
H A Diwl-trans-pcie-rx.c793 u32 num_wraps, u32 next_entry,
801 if (num_wraps) {
833 u32 num_wraps; /* # times uCode wrapped to top of log */ local
864 num_wraps = iwl_read_targ_mem(bus(trans), base + (2 * sizeof(u32)));
879 size = num_wraps ? capacity : next_entry;
914 if (num_wraps)
922 pos = iwl_print_last_event_logs(trans, capacity, num_wraps,
926 pos = iwl_print_last_event_logs(trans, capacity, num_wraps,
792 iwl_print_last_event_logs(struct iwl_trans *trans, u32 capacity, u32 num_wraps, u32 next_entry, u32 size, u32 mode, int pos, char **buf, size_t bufsz) argument
H A Diwl-agn.c367 u32 num_wraps; /* # times uCode wrapped to top of log */ local
373 num_wraps = iwl_read_targ_mem(bus(priv),
381 if (num_wraps == priv->event_log.num_wraps) {
388 if ((num_wraps - priv->event_log.num_wraps) > 1)
393 num_wraps - priv->event_log.num_wraps,
412 priv->event_log.num_wraps = num_wraps;
[all...]
H A Diwl-dev.h670 * @num_wraps: how many times the event buffer wraps
679 u32 num_wraps; member in struct:iwl_event_log

Completed in 15 milliseconds