Home
last modified time | relevance | path

Searched refs:txrate_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1034 enum nl80211_tx_rate_setting txrate_type; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c7022 enum nl80211_tx_rate_setting txrate_type, in ath10k_mac_tid_bitrate_config() argument
7033 if (txrate_type == NL80211_TX_RATE_AUTOMATIC) { in ath10k_mac_tid_bitrate_config()
7059 if (txrate_type == NL80211_TX_RATE_FIXED) in ath10k_mac_tid_bitrate_config()
7061 else if (txrate_type == NL80211_TX_RATE_LIMITED && in ath10k_mac_tid_bitrate_config()
7257 tid_conf->txrate_type, in ath10k_mac_parse_tid_config()