Lines Matching defs:mcs
1084 uint8_t wcid, mcs, pid;
1108 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f;
1110 if (mcs + 1 != pid)
1466 uint8_t type, qsel, mcs, pid, qid;
1510 mcs = rt2860_rates[ridx].mcs;
1526 mcs |= RT2860_PHY_SHPRE;
1529 txwi->phy |= htole16(mcs);
1538 pid = (mcs + 1) & 0xf;
1571 if (mcs & RT2860_PHY_SHPRE)
1736 uint8_t qsel, mcs, pid, qid;
1759 mcs = rt2860_rates[ridx].mcs;
1772 mcs |= RT2860_PHY_SHPRE;
1775 txwi->phy |= htole16(mcs);
1784 pid = (mcs + 1) & 0xf;
1812 if (mcs & RT2860_PHY_SHPRE)
2211 #define CCK(mcs) (mcs)
2212 #define OFDM(mcs) (1U << 3 | (mcs))
3074 rt2860_rates[RT2860_RIDX_OFDM6].mcs :
3075 rt2860_rates[RT2860_RIDX_CCK11].mcs;
4281 txwi.phy = htole16(rt2860_rates[ridx].mcs);