Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c954 uint8_t last_per; in arn_rc_update_per() local
968 last_per = ath_rc_priv->state[tx_rate].per; in arn_rc_update_per()
983 (uint8_t)(last_per - (last_per >> 3) + (100 >> 3)); in arn_rc_update_per()
1022 (last_per - (last_per >> 3) + cur_per); in arn_rc_update_per()
1027 (uint8_t)(last_per - (last_per >> 3) + in arn_rc_update_per()
1159 uint8_t last_per; in arn_rc_update_ht() local
1174 last_per = ath_rc_priv->state[tx_rate].per; in arn_rc_update_ht()
1247 if (ath_rc_priv->state[tx_rate].per < last_per) { in arn_rc_update_ht()