Lines Matching defs:rate_fb
6399 uint8_t rate, rate_fb;
6417 rate = rate_fb = tp->mgmtrate;
6419 rate = rate_fb = tp->mcastrate;
6421 rate = rate_fb = tp->ucastrate;
6427 rate_fb = ni->ni_rates.rs_rates[rix - 1] &
6430 rate_fb = rate;
6437 rate_fb = bwn_ieeerate2hwrate(sc, rate_fb);
6444 /* XXX rate/rate_fb is the hardware rate */
6445 if ((rate_fb == rate) ||
6471 m->m_pkthdr.len + IEEE80211_CRC_LEN, rate_fb);
6473 txhdr->eftypes |= (BWN_ISOFDMRATE(rate_fb)) ? BWN_TX_EFT_FB_OFDM :
6612 txhdr->phyctl_1fb = htole16(bwn_set_txhdr_phyctl1(mac, rate_fb));