Home
last modified time | relevance | path

Searched refs:NL80211_TID_CONFIG_ATTR_RETRY_LONG (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dnl80211.h5483 NL80211_TID_CONFIG_ATTR_RETRY_LONG, enumerator
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dmac.c7089 changed &= ~BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG); in ath10k_mac_set_tid_config()
7117 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG)) { in ath10k_mac_set_tid_config()
7153 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG)) { in ath10k_mac_set_tid_config()
7155 changed &= ~BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG); in ath10k_mac_set_tid_config()
7228 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG)) in ath10k_mac_parse_tid_config()
7363 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG)) { in ath10k_sta_tid_cfg_wk()
10147 BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG) | in ath10k_mac_register()
/Linux-v6.6/net/wireless/
Dnl80211.c408 [NL80211_TID_CONFIG_ATTR_RETRY_LONG] = NLA_POLICY_MIN(NLA_U8, 1),
2294 if (nla_put_u8(msg, NL80211_TID_CONFIG_ATTR_RETRY_LONG, in nl80211_put_tid_config_support()
15883 if (attrs[NL80211_TID_CONFIG_ATTR_RETRY_LONG]) { in parse_tid_conf()
15884 tid_conf->mask |= BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG); in parse_tid_conf()
15886 nla_get_u8(attrs[NL80211_TID_CONFIG_ATTR_RETRY_LONG]); in parse_tid_conf()