Searched refs:rate_idx_mask (Results 1 – 7 of 7) sorted by relevance
1088 if ((txrc->rate_idx_mask & (1 << rates[0].idx)) == 0) in ssv6xxx_get_rate()1091 u32 rate_idx_mask = txrc->rate_idx_mask >> rate_idx; in ssv6xxx_get_rate() local1092 while (rate_idx_mask && (rate_idx_mask & 1) == 0) in ssv6xxx_get_rate()1094 rate_idx_mask >>= 1; in ssv6xxx_get_rate()1097 if (rate_idx_mask) in ssv6xxx_get_rate()1101 WARN_ON(rate_idx_mask == 0); in ssv6xxx_get_rate()
637 max_rate_idx = fls(txrc->rate_idx_mask) - 1; in il3945_rs_get_rate()
2197 lq_sta->max_rate_idx = fls(txrc->rate_idx_mask) - 1; in il4965_rs_get_rate()
401 txrc->rate_idx_mask); in rate_control_send_low()
697 txrc.rate_idx_mask = tx->sdata->rc_rateidx_mask[info->band]; in ieee80211_tx_h_rate_ctrl()4957 txrc.rate_idx_mask = sdata->beacon_rateidx_mask[band]; in __ieee80211_beacon_get()4959 txrc.rate_idx_mask = sdata->rc_rateidx_mask[band]; in __ieee80211_beacon_get()
6132 u32 rate_idx_mask; member
2699 lq_sta->max_rate_idx = fls(txrc->rate_idx_mask) - 1; in rs_get_rate()