Searched refs:noack (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 3223 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 D | core.h | 555 int noack[ATH10K_TID_MAX]; member 634 int noack[ATH10K_TID_MAX]; member
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 1577 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 D | nl80211.yaml | 101 - set-noack-map 766 name: noack-map
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 787 sk_read_actor_t recv_actor, bool noack,
|
| H A D | cfg80211.h | 871 enum nl80211_tid_config noack; member
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 16017 tid_conf->noack = in parse_tid_conf()
|