Lines Matching defs:mcs
1172 uint8_t wcid, mcs, pid;
1194 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f;
1196 if (mcs + 1 != pid)
1544 uint8_t type, qsel, mcs, pid, tid, qid;
1581 mcs = rt2860_rates[ridx].mcs;
1594 mcs |= RT2860_PHY_SHPRE;
1597 txwi->phy |= htole16(mcs);
1606 pid = (mcs + 1) & 0xf;
1646 if (mcs & RT2860_PHY_SHPRE)
2075 #define CCK(mcs) (mcs)
2076 #define OFDM(mcs) (1 << 3 | (mcs))
2922 rt2860_rates[RT2860_RIDX_OFDM6].mcs :
2923 rt2860_rates[RT2860_RIDX_CCK11].mcs;
4167 txwi.phy = htole16(rt2860_rates[ridx].mcs);