Searched refs:limit_mgmt_desc (Results 1 – 3 of 3) sorted by relevance
25 void __ath10k_htt_tx_dec_pending(struct ath10k_htt *htt, bool limit_mgmt_desc) in __ath10k_htt_tx_dec_pending() argument27 if (limit_mgmt_desc) in __ath10k_htt_tx_dec_pending()36 bool limit_mgmt_desc) in ath10k_htt_tx_dec_pending() argument39 __ath10k_htt_tx_dec_pending(htt, limit_mgmt_desc); in ath10k_htt_tx_dec_pending()44 bool limit_mgmt_desc, bool is_probe_resp) in ath10k_htt_tx_inc_pending() argument56 if (limit_mgmt_desc) { in ath10k_htt_tx_inc_pending()454 bool limit_mgmt_desc = false; in ath10k_htt_mgmt_tx() local458 limit_mgmt_desc = true; in ath10k_htt_mgmt_tx()464 res = ath10k_htt_tx_inc_pending(htt, limit_mgmt_desc, is_probe_resp); in ath10k_htt_mgmt_tx()523 ath10k_htt_tx_dec_pending(htt, limit_mgmt_desc); in ath10k_htt_mgmt_tx()[all …]
57 bool limit_mgmt_desc = false; in ath10k_txrx_tx_unref() local84 limit_mgmt_desc = true; in ath10k_txrx_tx_unref()87 __ath10k_htt_tx_dec_pending(htt, limit_mgmt_desc); in ath10k_txrx_tx_unref()
1596 void __ath10k_htt_tx_dec_pending(struct ath10k_htt *htt, bool limit_mgmt_desc);