Home
last modified time | relevance | path

Searched refs:noack (Results 1 – 5 of 5) 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.c1663 sk_read_actor_t recv_actor, bool noack, in __tcp_read_sock()
1726 if (noack) in __tcp_read_sock()
1749 sk_read_actor_t recv_actor, bool noack, in tcp_read_sock_noack()
1752 return __tcp_read_sock(sk, desc, recv_actor, noack, copied_seq); in tcp_read_sock_noack()
1664 __tcp_read_sock(struct sock * sk,read_descriptor_t * desc,sk_read_actor_t recv_actor,bool noack,u32 * copied_seq) __tcp_read_sock() argument
1750 tcp_read_sock_noack(struct sock * sk,read_descriptor_t * desc,sk_read_actor_t recv_actor,bool noack,u32 * copied_seq) tcp_read_sock_noack() argument
/linux/net/mptcp/
H A Dprotocol.c4397 sk_read_actor_t recv_actor, bool noack) in __mptcp_read_sock() argument
4435 if (noack) in __mptcp_read_sock()
/linux/include/net/
H A Dtcp.h858 sk_read_actor_t recv_actor, bool noack,
/linux/net/wireless/
H A Dnl80211.c18582 tid_conf->noack = in nl80211_add_mod_link_station()