Lines Matching defs:mcs
1223 uint8_t wcid, mcs, pid;
1245 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f;
1247 if (mcs + 1 != pid)
1637 uint8_t type, qsel, mcs, pid, tid, qid;
1688 /* get MCS code from rate index */
1689 mcs = rt2860_rates[ridx].mcs;
1702 mcs |= RT2860_PHY_SHPRE;
1705 txwi->phy |= htole16(mcs);
1708 * We store the MCS code into the driver-private PacketID field.
1711 * We add 1 to the MCS code because setting the PacketID field to
1714 pid = (mcs + 1) & 0xf;
1754 if (mcs & RT2860_PHY_SHPRE)
2217 #define CCK(mcs) (mcs)
2218 #define OFDM(mcs) (1U << 3 | (mcs))
3033 /* setup protection frame rate (MCS code) */
3035 rt2860_rates[RT2860_RIDX_OFDM6].mcs :
3036 rt2860_rates[RT2860_RIDX_CCK11].mcs;
4239 txwi.phy = htole16(rt2860_rates[ridx].mcs);