Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/arn/
H A Darn_rc.c728 if (rate > ath_rc_priv->rate_max_phy) in arn_rc_ratefind_ht()
771 if (rate >= ath_rc_priv->rate_max_phy && probe_allowed) { in arn_rc_ratefind_ht()
772 rate = ath_rc_priv->rate_max_phy; in arn_rc_ratefind_ht()
1055 ath_rc_priv->rate_max_phy = in arn_rc_update_per()
1095 if (tx_rate == ath_rc_priv->rate_max_phy && in arn_rc_update_per()
1187 rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) { in arn_rc_update_ht()
1191 &ath_rc_priv->rate_max_phy); in arn_rc_update_ht()
1547 ath_rc_priv->rate_max_phy = 0; in arn_rc_init()
1560 ath_rc_priv->rate_max_phy = in arn_rc_init()
1568 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4]; in arn_rc_init()
H A Darn_rc.h200 uint8_t rate_max_phy; member