Searched refs:is_presp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 170 bool is_presp) in ath10k_htt_tx_mgmt_inc_pending() 179 if (is_presp && in ath10k_htt_tx_mgmt_inc_pending() 169 ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt, bool is_presp) ath10k_htt_tx_mgmt_inc_pending() argument
|
H A D | htt.h | 2303 bool is_presp);
|
H A D | mac.c | 4205 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local 4235 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_tx_push_txq() 4238 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq() 4491 bool is_presp; in ath10k_mac_op_tx() local 4506 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_op_tx() 4517 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 170 bool is_presp) in ath10k_htt_tx_mgmt_inc_pending() 179 if (is_presp && in ath10k_htt_tx_mgmt_inc_pending() 169 ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt, bool is_presp) ath10k_htt_tx_mgmt_inc_pending() argument
|
H A D | mac.c | 4388 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local 4418 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_tx_push_txq() 4421 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq() 4686 bool is_presp = false; in ath10k_mac_op_tx() local 4692 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_op_tx() 4704 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()
|
H A D | htt.h | 2450 bool is_presp);
|
Completed in 36 milliseconds