Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/ !
H A Dhtc.h159 u8 max_msgs_per_htc_bundle; member
389 u8 max_msgs_per_htc_bundle; member
H A Dhtc.c327 if (!bundle_cnt || (bundle_cnt > htc->max_msgs_per_htc_bundle)) { in ath10k_htc_process_lookahead_bundle()
885 if (ep->htc->max_msgs_per_htc_bundle >= ATH10K_MIN_MSG_PER_HTC_TX_BUNDLE && in ath10k_htc_setup_tx_req()
990 htc->max_msgs_per_htc_bundle = in ath10k_htc_wait_target()
991 min_t(u8, msg->ready_ext.max_msgs_per_htc_bundle, in ath10k_htc_wait_target()
995 htc->max_msgs_per_htc_bundle, in ath10k_htc_wait_target()
1270 htc->max_msgs_per_htc_bundle; in ath10k_htc_start()