Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c25 void __ath10k_htt_tx_dec_pending(struct ath10k_htt *htt, bool limit_mgmt_desc) in __ath10k_htt_tx_dec_pending() argument
27 if (limit_mgmt_desc) in __ath10k_htt_tx_dec_pending()
36 bool limit_mgmt_desc) in ath10k_htt_tx_dec_pending() argument
39 __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() argument
56 if (limit_mgmt_desc) { in ath10k_htt_tx_inc_pending()
454 bool limit_mgmt_desc = false; in ath10k_htt_mgmt_tx() local
458 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 …]
Dtxrx.c57 bool limit_mgmt_desc = false; in ath10k_txrx_tx_unref() local
84 limit_mgmt_desc = true; in ath10k_txrx_tx_unref()
87 __ath10k_htt_tx_dec_pending(htt, limit_mgmt_desc); in ath10k_txrx_tx_unref()
Dhtt.h1596 void __ath10k_htt_tx_dec_pending(struct ath10k_htt *htt, bool limit_mgmt_desc);