Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtc.c312 int bundle_cnt = len / sizeof(*report); in ath10k_htc_process_lookahead_bundle() local
314 if (!bundle_cnt || (bundle_cnt > htc->max_msgs_per_htc_bundle)) { in ath10k_htc_process_lookahead_bundle()
316 bundle_cnt); in ath10k_htc_process_lookahead_bundle()
323 for (i = 0; i < bundle_cnt; i++) { in ath10k_htc_process_lookahead_bundle()
329 *next_lookaheads_len = bundle_cnt; in ath10k_htc_process_lookahead_bundle()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtc.c321 int bundle_cnt = len / sizeof(*report); in ath10k_htc_process_lookahead_bundle() local
323 if (!bundle_cnt || (bundle_cnt > htc->max_msgs_per_htc_bundle)) { in ath10k_htc_process_lookahead_bundle()
325 bundle_cnt); in ath10k_htc_process_lookahead_bundle()
332 for (i = 0; i < bundle_cnt; i++) { in ath10k_htc_process_lookahead_bundle()
338 *next_lookaheads_len = bundle_cnt; in ath10k_htc_process_lookahead_bundle()

Completed in 4 milliseconds