Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtc.c271 int bundle_cnt = len / sizeof(*report); in ath10k_htc_process_lookahead_bundle() local
273 if (!bundle_cnt || (bundle_cnt > HTC_HOST_MAX_MSG_PER_RX_BUNDLE)) { in ath10k_htc_process_lookahead_bundle()
275 bundle_cnt); in ath10k_htc_process_lookahead_bundle()
282 for (i = 0; i < bundle_cnt; i++) { in ath10k_htc_process_lookahead_bundle()
288 *next_lookaheads_len = bundle_cnt; in ath10k_htc_process_lookahead_bundle()