Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.c324 int bundle_cnt = len / sizeof(*report); in ath10k_htc_process_lookahead_bundle() local
326 if (!bundle_cnt || (bundle_cnt > htc->max_msgs_per_htc_bundle)) { in ath10k_htc_process_lookahead_bundle()
328 bundle_cnt); in ath10k_htc_process_lookahead_bundle()
335 for (i = 0; i < bundle_cnt; i++) { in ath10k_htc_process_lookahead_bundle()
341 *next_lookaheads_len = bundle_cnt; in ath10k_htc_process_lookahead_bundle()