Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.h159 u8 max_msgs_per_htc_bundle; member
403 u8 max_msgs_per_htc_bundle; member
H A Dhtc.c326 if (!bundle_cnt || (bundle_cnt > htc->max_msgs_per_htc_bundle)) { in ath10k_htc_process_lookahead_bundle()
884 if (ep->htc->max_msgs_per_htc_bundle >= ATH10K_MIN_MSG_PER_HTC_TX_BUNDLE && in ath10k_htc_setup_tx_req()
989 htc->max_msgs_per_htc_bundle = in ath10k_htc_wait_target()
990 min_t(u8, msg->ready_ext.max_msgs_per_htc_bundle, in ath10k_htc_wait_target()
994 htc->max_msgs_per_htc_bundle, in ath10k_htc_wait_target()
1269 htc->max_msgs_per_htc_bundle; in ath10k_htc_start()
H A 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()