Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhtc.h159 u8 max_msgs_per_htc_bundle; member
403 u8 max_msgs_per_htc_bundle; member
Dhtc.c314 if (!bundle_cnt || (bundle_cnt > htc->max_msgs_per_htc_bundle)) { in ath10k_htc_process_lookahead_bundle()
872 if (ep->htc->max_msgs_per_htc_bundle >= ATH10K_MIN_MSG_PER_HTC_TX_BUNDLE && in ath10k_htc_setup_tx_req()
972 htc->max_msgs_per_htc_bundle = in ath10k_htc_wait_target()
973 min_t(u8, msg->ready_ext.max_msgs_per_htc_bundle, in ath10k_htc_wait_target()
977 htc->max_msgs_per_htc_bundle, in ath10k_htc_wait_target()
1252 htc->max_msgs_per_htc_bundle; in ath10k_htc_start()
Dsdio.c506 u8 max_msgs = ar->htc.max_msgs_per_htc_bundle; in ath10k_sdio_mbox_alloc_bundle()
582 ar->htc.max_msgs_per_htc_bundle, htc_hdr->flags)) { in ath10k_sdio_mbox_rx_alloc()