Searched refs:NL80211_TID_CONFIG_ATTR_RETRY_LONG (Results 1 – 3 of 3) sorted by relevance
5679 * @NL80211_TID_CONFIG_ATTR_RETRY_LONG: Number of retries used with data frame5711 NL80211_TID_CONFIG_ATTR_RETRY_LONG, enumerator
7119 changed &= ~BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG); in ath10k_mac_set_tid_config() 7147 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG)) { in ath10k_mac_set_tid_config() 7183 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG)) { in ath10k_mac_set_tid_config() 7185 changed &= ~BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG); in ath10k_mac_set_tid_config() 7258 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG)) in ath10k_mac_parse_tid_config() 7393 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG)) { in ath10k_sta_tid_cfg_wk() 10196 BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG) | in ath10k_mac_register()
425 [NL80211_TID_CONFIG_ATTR_RETRY_LONG] = NLA_POLICY_MIN(NLA_U8, 1),2372 if (nla_put_u8(msg, NL80211_TID_CONFIG_ATTR_RETRY_LONG, in nl80211_put_tid_config_support() 16692 if (attrs[NL80211_TID_CONFIG_ATTR_RETRY_LONG]) { in parse_tid_conf() 16693 tid_conf->mask |= BIT(NL80211_TID_CONFIG_ATTR_RETRY_LONG); in parse_tid_conf() 16695 nla_get_u8(attrs[NL80211_TID_CONFIG_ATTR_RETRY_LONG]); in parse_tid_conf()