Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c44 bool limit_mgmt_desc, bool is_probe_resp) in ath10k_htt_tx_inc_pending() argument
57 if (is_probe_resp && (htt->num_pending_mgmt_tx > in ath10k_htt_tx_inc_pending()
455 bool is_probe_resp = false; in ath10k_htt_mgmt_tx() local
461 is_probe_resp = 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()
545 bool is_probe_resp = false; in ath10k_htt_tx() local
552 is_probe_resp = true; in ath10k_htt_tx()
555 res = ath10k_htt_tx_inc_pending(htt, limit_mgmt_desc, is_probe_resp); in ath10k_htt_tx()