Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3252 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 Dtcp.c1678 sk_read_actor_t recv_actor, bool noack, in __tcp_read_sock() argument
1741 if (noack) in __tcp_read_sock()
1764 sk_read_actor_t recv_actor, bool noack, in tcp_read_sock_noack() argument
1767 return __tcp_read_sock(sk, desc, recv_actor, noack, copied_seq); in tcp_read_sock_noack()
/linux/net/mptcp/
H A Dprotocol.c4344 sk_read_actor_t recv_actor, bool noack) in __mptcp_read_sock() argument
4380 if (noack) in __mptcp_read_sock()
/linux/include/net/
H A Dtcp.h841 sk_read_actor_t recv_actor, bool noack,
H A Dcfg80211.h910 enum nl80211_tid_config noack; member
/linux/net/wireless/
H A Dnl80211.c17368 tid_conf->noack = in parse_tid_conf()