Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c172 bool is_presp) in ath10k_htt_tx_mgmt_inc_pending() argument
181 if (is_presp && in ath10k_htt_tx_mgmt_inc_pending()
H A Dmac.c4420 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local
4450 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_tx_push_txq()
4453 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq()
4721 bool is_presp = false; in ath10k_mac_op_tx() local
4727 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_op_tx()
4739 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()
H A Dhtt.h2473 bool is_presp);