Searched refs:noack (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 3229 if (arvif->noack[i]) { in ath10k_new_peer_tid_config() 3230 arg.ack_policy = arvif->noack[i]; in ath10k_new_peer_tid_config() 3241 arsta->noack[i] = -1; in ath10k_new_peer_tid_config() 3884 bool noack = false; in ath10k_mac_tx_h_fill_cb() local 3904 if (arvif->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb() 3905 noack = true; in ath10k_mac_tx_h_fill_cb() 3910 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb() 3911 noack = true; in ath10k_mac_tx_h_fill_cb() 3913 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_ACK) in ath10k_mac_tx_h_fill_cb() 3914 noack = false; in ath10k_mac_tx_h_fill_cb() [all …]
|
H A D | core.h | 554 int noack[ATH10K_TID_MAX]; member 633 int noack[ATH10K_TID_MAX]; member
|
/openbmc/linux/net/ipv4/ |
H A D | tcp.c | 1557 sk_read_actor_t recv_actor, bool noack, in __tcp_read_sock() argument 1620 if (noack) in __tcp_read_sock() 1643 sk_read_actor_t recv_actor, bool noack, in tcp_read_sock_noack() argument 1646 return __tcp_read_sock(sk, desc, recv_actor, noack, copied_seq); in tcp_read_sock_noack()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 694 sk_read_actor_t recv_actor, bool noack,
|
H A D | cfg80211.h | 796 enum nl80211_tid_config noack; member
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 15931 tid_conf->noack = in parse_tid_conf()
|