Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dmac.c3226 if (arvif->noack[i]) { in ath10k_new_peer_tid_config()
3227 arg.ack_policy = arvif->noack[i]; in ath10k_new_peer_tid_config()
3238 arsta->noack[i] = -1; in ath10k_new_peer_tid_config()
3878 bool noack = false; in ath10k_mac_tx_h_fill_cb() local
3892 if (arvif->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb()
3893 noack = true; in ath10k_mac_tx_h_fill_cb()
3898 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb()
3899 noack = true; in ath10k_mac_tx_h_fill_cb()
3901 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_ACK) in ath10k_mac_tx_h_fill_cb()
3902 noack = false; in ath10k_mac_tx_h_fill_cb()
[all …]
Dcore.h556 int noack[ATH10K_TID_MAX]; member
635 int noack[ATH10K_TID_MAX]; member