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

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.h159 u8 max_msgs_per_htc_bundle; member in struct:ath10k_htc_ready_extended
389 u8 max_msgs_per_htc_bundle; member in struct:ath10k_htc
H A Dhtc.c324 if (!bundle_cnt || (bundle_cnt > htc->max_msgs_per_htc_bundle)) {
882 if (ep->htc->max_msgs_per_htc_bundle >= ATH10K_MIN_MSG_PER_HTC_TX_BUNDLE &&
987 htc->max_msgs_per_htc_bundle =
988 min_t(u8, msg->ready_ext.max_msgs_per_htc_bundle,
992 htc->max_msgs_per_htc_bundle,
1267 htc->max_msgs_per_htc_bundle;
H A Dsdio.c507 u8 max_msgs = ar->htc.max_msgs_per_htc_bundle;
583 ar->htc.max_msgs_per_htc_bundle, htc_hdr->flags)) {

Completed in 124 milliseconds