Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3229 if (arvif->noack[i]) { in ath10k_new_peer_tid_config()
3230 arg.ack_policy = arvif->noack[i]; in ath10k_new_peer_tid_config()
3241 arsta->noack[i] = -1; in ath10k_new_peer_tid_config()
3884 bool noack = false; in ath10k_mac_tx_h_fill_cb() local
3904 if (arvif->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb()
3905 noack = true; in ath10k_mac_tx_h_fill_cb()
3910 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb()
3911 noack = true; in ath10k_mac_tx_h_fill_cb()
3913 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_ACK) in ath10k_mac_tx_h_fill_cb()
3914 noack = false; in ath10k_mac_tx_h_fill_cb()
[all …]
H A Dcore.h554 int noack[ATH10K_TID_MAX]; member
633 int noack[ATH10K_TID_MAX]; member
/openbmc/linux/net/ipv4/
H A Dtcp.c1557 sk_read_actor_t recv_actor, bool noack, in __tcp_read_sock() argument
1620 if (noack) in __tcp_read_sock()
1643 sk_read_actor_t recv_actor, bool noack, in tcp_read_sock_noack() argument
1646 return __tcp_read_sock(sk, desc, recv_actor, noack, copied_seq); in tcp_read_sock_noack()
/openbmc/linux/include/net/
H A Dtcp.h694 sk_read_actor_t recv_actor, bool noack,
H A Dcfg80211.h796 enum nl80211_tid_config noack; member
/openbmc/linux/net/wireless/
H A Dnl80211.c15931 tid_conf->noack = in parse_tid_conf()