Searched refs:ndx (Results 1 – 1 of 1) sorted by relevance
267 int i, ndx; in minstrel_tx_status() local276 ndx = rix_to_ndx(mi, ar[i].idx); in minstrel_tx_status()277 if (ndx < 0) in minstrel_tx_status()280 mi->r[ndx].stats.attempts += ar[i].count; in minstrel_tx_status()283 mi->r[ndx].stats.success += success; in minstrel_tx_status()337 unsigned int ndx; in minstrel_get_rate() local392 ndx = minstrel_get_next_sample(mi); in minstrel_get_rate()393 msr = &mi->r[ndx]; in minstrel_get_rate()425 (mi->r[ndx].stats.prob_ewma > MINSTREL_FRAC(95, 100))) in minstrel_get_rate()430 rate->idx = mi->r[ndx].rix; in minstrel_get_rate()[all …]