Home
last modified time | relevance | path

Searched refs:REO_REMAP_HISTORY_SIZE (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.c77 #define REO_REMAP_HISTORY_SIZE 32 macro
79 struct dp_ipa_reo_remap_record dp_ipa_reo_remap_history[REO_REMAP_HISTORY_SIZE];
86 if (next == REO_REMAP_HISTORY_SIZE) in dp_ipa_reo_remap_record_index_next()
87 qdf_atomic_sub(REO_REMAP_HISTORY_SIZE, index); in dp_ipa_reo_remap_record_index_next()
89 return next % REO_REMAP_HISTORY_SIZE; in dp_ipa_reo_remap_record_index_next()