Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dhtc.h159 u8 max_msgs_per_htc_bundle; member
389 u8 max_msgs_per_htc_bundle; member
Dhtc.c324 if (!bundle_cnt || (bundle_cnt > htc->max_msgs_per_htc_bundle)) { in ath10k_htc_process_lookahead_bundle()
882 if (ep->htc->max_msgs_per_htc_bundle >= ATH10K_MIN_MSG_PER_HTC_TX_BUNDLE && in ath10k_htc_setup_tx_req()
987 htc->max_msgs_per_htc_bundle = in ath10k_htc_wait_target()
988 min_t(u8, msg->ready_ext.max_msgs_per_htc_bundle, in ath10k_htc_wait_target()
992 htc->max_msgs_per_htc_bundle, in ath10k_htc_wait_target()
1267 htc->max_msgs_per_htc_bundle; in ath10k_htc_start()
Dsdio.c507 u8 max_msgs = ar->htc.max_msgs_per_htc_bundle; in ath10k_sdio_mbox_alloc_bundle()
583 ar->htc.max_msgs_per_htc_bundle, htc_hdr->flags)) { in ath10k_sdio_mbox_rx_alloc()