Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c178 bool is_presp) in ath10k_htt_tx_mgmt_inc_pending() argument
187 if (is_presp && in ath10k_htt_tx_mgmt_inc_pending()
Dhtt.h2065 bool is_presp);
Dmac.c3955 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local
3983 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_tx_push_txq()
3986 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq()
4242 bool is_presp; in ath10k_mac_op_tx() local
4255 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_op_tx()
4266 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()