Lines Matching defs:rinfo
4522 const struct iwm_rate *rinfo;
4566 rinfo = &iwm_rates[ridx];
4580 rinfo->ht_plcp != IWM_RATE_HT_SISO_MCS_INV_PLCP) {
4582 tx->rate_n_flags = htole32(rate_flags | rinfo->ht_plcp);
4585 tx->rate_n_flags = htole32(rate_flags | rinfo->plcp);
4587 return rinfo;
4604 const struct iwm_rate *rinfo;
4631 rinfo = iwm_tx_fill_cmd(sc, in, wh, tx);
4643 rinfo->plcp == IWM_RATE_INVM_PLCP) {
4644 tap->wt_rate = (0x80 | rinfo->ht_plcp);
4647 tap->wt_rate = rinfo->rate;