Home
last modified time | relevance | path

Searched refs:noack (Results 1 – 7 of 7) 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 …]
H A Dcore.h557 int noack[ATH10K_TID_MAX]; member
636 int noack[ATH10K_TID_MAX]; member
/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.c4349 sk_read_actor_t recv_actor, bool noack) in __mptcp_read_sock()
4385 if (noack) in __mptcp_read_sock()
4344 __mptcp_read_sock(struct sock * sk,read_descriptor_t * desc,sk_read_actor_t recv_actor,bool noack) __mptcp_read_sock() argument
/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()