Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dmac.c3223 if (arvif->noack[i]) { in ath10k_new_peer_tid_config()
3224 arg.ack_policy = arvif->noack[i]; in ath10k_new_peer_tid_config()
3235 arsta->noack[i] = -1; in ath10k_new_peer_tid_config()
3878 bool noack = false; in ath10k_mac_tx_h_fill_cb() local
3899 noack = true; in ath10k_mac_tx_h_fill_cb()
3905 noack = true; in ath10k_mac_tx_h_fill_cb()
3908 noack = false; in ath10k_mac_tx_h_fill_cb()
3911 if (noack) in ath10k_mac_tx_h_fill_cb()
7310 arsta->noack[i] = -1; in ath10k_mac_reset_tid_config()
7317 arvif->noack[i] = 0; in ath10k_mac_reset_tid_config()
[all …]
H A Dcore.h555 int noack[ATH10K_TID_MAX]; member
634 int noack[ATH10K_TID_MAX]; member
/linux-6.15/net/ipv4/
H A Dtcp.c1577 sk_read_actor_t recv_actor, bool noack, in __tcp_read_sock() argument
1640 if (noack) in __tcp_read_sock()
1663 sk_read_actor_t recv_actor, bool noack, in tcp_read_sock_noack() argument
1666 return __tcp_read_sock(sk, desc, recv_actor, noack, copied_seq); in tcp_read_sock_noack()
/linux-6.15/Documentation/netlink/specs/
H A Dnl80211.yaml101 - set-noack-map
766 name: noack-map
/linux-6.15/include/net/
H A Dtcp.h787 sk_read_actor_t recv_actor, bool noack,
H A Dcfg80211.h871 enum nl80211_tid_config noack; member
/linux-6.15/net/wireless/
H A Dnl80211.c16017 tid_conf->noack = in parse_tid_conf()