Searched refs:noack (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 3252 if (arvif->noack[i]) { in ath10k_new_peer_tid_config() 3253 arg.ack_policy = arvif->noack[i]; in ath10k_new_peer_tid_config() 3264 arsta->noack[i] = -1; in ath10k_new_peer_tid_config() 3907 bool noack = false; in ath10k_mac_tx_h_fill_cb() local 3927 if (arvif->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb() 3928 noack = true; in ath10k_mac_tx_h_fill_cb() 3933 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb() 3934 noack = true; in ath10k_mac_tx_h_fill_cb() 3936 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_ACK) in ath10k_mac_tx_h_fill_cb() 3937 noack = false; in ath10k_mac_tx_h_fill_cb() [all …]
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 1667 sk_read_actor_t recv_actor, bool noack, in __tcp_read_sock() argument 1730 if (noack) in __tcp_read_sock() 1753 sk_read_actor_t recv_actor, bool noack, in tcp_read_sock_noack() argument 1756 return __tcp_read_sock(sk, desc, recv_actor, noack, copied_seq); in tcp_read_sock_noack()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 4374 sk_read_actor_t recv_actor, bool noack) in __mptcp_read_sock() argument 4410 if (noack) in __mptcp_read_sock()
|
| /linux/include/net/ |
| H A D | tcp.h | 861 sk_read_actor_t recv_actor, bool noack,
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 18197 tid_conf->noack = in parse_tid_conf()
|