| /src/external/gpl2/gettext/dist/build-aux/ |
| csharpcomp.sh.in | 137 # mcs prints it errors and warnings to stdout, not stderr. Furthermore it 144 test -z "$CSHARP_VERBOSE" || echo mcs $options_mcs $sources 145 mcs $options_mcs $sources > "$tmp"/mcs.err 147 sed -e "$sed_drop_success_line" < "$tmp"/mcs.err >&2
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| mem.c | 136 mcs (int isput, int bytes) function 178 printf ("mem get: %12s %12s %12s %12s %12s\n", mcs (0, 1), mcs (0, 2), 179 mcs (0, 3), mcs (0, 4), mcs (0, 0)); 180 printf ("mem put: %12s %12s %12s %12s\n", mcs (1, 1), mcs (1, 2), 181 mcs (1, 3), mcs (1, 4)) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| mem.c | 160 mcs (int isput, int bytes) function 206 printf ("mem get: %12s %12s %12s %12s %12s\n", mcs (0, 1), mcs (0, 2), 207 mcs (0, 3), mcs (0, 4), mcs (0, 0)); 208 printf ("mem put: %12s %12s %12s %12s\n", mcs (1, 1), mcs (1, 2), 209 mcs (1, 3), mcs (1, 4)) [all...] |
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| mem.c | 136 mcs (int isput, int bytes) function 178 printf ("mem get: %12s %12s %12s %12s %12s\n", mcs (0, 1), mcs (0, 2), 179 mcs (0, 3), mcs (0, 4), mcs (0, 0)); 180 printf ("mem put: %12s %12s %12s %12s\n", mcs (1, 1), mcs (1, 2), 181 mcs (1, 3), mcs (1, 4)) [all...] |
| /src/external/gpl3/gdb/dist/sim/rx/ |
| mem.c | 160 mcs (int isput, int bytes) function 206 printf ("mem get: %12s %12s %12s %12s %12s\n", mcs (0, 1), mcs (0, 2), 207 mcs (0, 3), mcs (0, 4), mcs (0, 0)); 208 printf ("mem put: %12s %12s %12s %12s\n", mcs (1, 1), mcs (1, 2), 209 mcs (1, 3), mcs (1, 4)) [all...] |
| /src/sys/dev/ic/ |
| athnvar.h | 154 uint8_t rate; /* Rate in 500Kbps unit or MCS if 0x80. */ 275 /* Number of data bits per OFDM symbol for MCS[0-15]. */ 313 #define ATHN_POWER_HT20(mcs) (16 + (mcs)) 314 #define ATHN_POWER_HT40(mcs) (40 + (mcs))
|
| rt2860.c | 1223 uint8_t wcid, mcs, pid; local 1245 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f; 1247 if (mcs + 1 != pid) 1637 uint8_t type, qsel, mcs, pid, tid, qid; local 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 [all...] |
| bwfmreg.h | 421 uint8_t mcs[BWFM_MCSSET_LEN]; member in struct:bwfm_sta_rateset_v5 431 uint8_t mcs[BWFM_MCSSET_LEN]; member in struct:bwfm_sta_rateset_v7
|
| rt2860reg.h | 1052 uint8_t mcs; member in struct:rt2860_rate
|
| /src/external/bsd/wpa/dist/src/ap/ |
| beacon.c | 1787 const u8 *he_mcs = mode->he_capab[IEEE80211_MODE_AP].mcs; 1789 u16 mcs[6]; local 1791 os_memset(mcs, 0xff, 6 * sizeof(u16)); 1794 mcs[0] = WPA_GET_LE16(&he_mcs[0]); 1795 mcs[1] = WPA_GET_LE16(&he_mcs[2]); 1799 mcs[2] = WPA_GET_LE16(&he_mcs[4]); 1800 mcs[3] = WPA_GET_LE16(&he_mcs[6]); 1804 mcs[4] = WPA_GET_LE16(&he_mcs[8]); 1805 mcs[5] = WPA_GET_LE16(&he_mcs[10]); 1816 (((mcs[0] & nss_mask) != nss_mask) | 1838 u8 *mcs = mode->eht_capab[IEEE80211_MODE_AP].mcs; local [all...] |
| ieee802_11_he.c | 137 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); 214 /* HE minimum required basic MCS and NSS for STAs */ 435 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; 441 * allowed MCS in any supported number of streams, i.e., STA is 442 * advertising 3 (not supported) as HE MCS rates for all supported 460 /* AP Tx MCS map vs. STA Rx MCS map */ 477 "No matching HE MCS found between AP TX and STA RX");
|
| ieee802_11_eht.c | 184 os_memcpy(pos, eht_cap->mcs, mcs_nss_len); 238 /* TODO: Fill in appropriate EHT-MCS max Nss information */ 312 "No matching EHT MCS found between AP TX and STA RX"); 330 ap_mcs = mode->eht_capab[opmode].mcs;
|
| /src/sys/arch/alpha/alpha/ |
| dec_kn8ae.c | 360 struct tlsb_mchk_fatal mcs[TLSB_NODE_MAX+1], *ptr; local 374 memset(mcs, 0, sizeof (mcs));
|
| /src/sys/dev/usb/ |
| if_otusvar.h | 66 uint8_t mcs; member in struct:otus_rate
|
| if_otusreg.h | 262 #define AR_TX_PHY_MCS(mcs) ((mcs) << 18)
|
| if_run.c | 2539 uint16_t qos, dur, mcs; local 2588 /* get MCS code from rate index */ 2589 mcs = rt2860_rates[ridx].mcs; 2623 mcs |= RT2860_PHY_SHPRE; 2625 mcs |= RT2860_PHY_OFDM; 2626 txwi->phy = htole16(mcs); 2658 if (mcs & RT2860_PHY_SHPRE) 3846 /* setup protection frame rate (MCS code) */ 3848 rt2860_rates[RT2860_RIDX_OFDM6].mcs | RT2860_PHY_OFDM [all...] |
| if_otus.c | 2015 phyctl |= AR_TX_PHY_MCS(otus_rates[ridx].mcs);
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_capa.c | 1622 u8 *mcs; local 1623 mcs = nla_data(mcs_set); 1624 os_memcpy(mode->mcs_set, mcs, 16); 1637 u8 *mcs; local 1638 mcs = nla_data(mcs_set); 1639 os_memcpy(mode->vht_mcs_set, mcs, 8); 1958 if (len > sizeof(he_capab->mcs)) 1959 len = sizeof(he_capab->mcs); 1960 os_memcpy(he_capab->mcs, 2007 if (len > sizeof(eht_capab->mcs)) [all...] |
| nl80211_copy.h | 2143 * MCS rates, MAX-AMSDU, HT-20-40 and HT_CAP_SGI_40 3662 * @NL80211_RATE_INFO_MCS: mcs index for 802.11n (u8) 3667 * @NL80211_RATE_INFO_VHT_MCS: MCS index for VHT (u8) 3679 * @NL80211_RATE_INFO_HE_MCS: HE MCS index (u8, 0-11) 3687 * @NL80211_RATE_INFO_EHT_MCS: EHT MCS index (u8, 0-15) 3693 * @NL80211_RATE_INFO_S1G_MCS: S1G MCS index (u8, 0-10) 4039 * @NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET: HE supported NSS/MCS as in HE 4051 * @NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET: EHT supported NSS/MCS as in EHT 4085 * @NL80211_BAND_ATTR_HT_MCS_SET: 16-byte attribute containing the MCS set as 4090 * @NL80211_BAND_ATTR_VHT_MCS_SET: 32-byte attribute containing the MCS set a 5302 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht 5311 __u16 mcs[NL80211_HE_NSS_MAX]; member in struct:nl80211_txrate_he [all...] |
| driver.h | 194 u8 mcs[HE_MAX_MCS_CAPAB_SIZE]; member in struct:he_capabilities 204 u8 mcs[EHT_MCS_NSS_CAPAB_LEN]; member in struct:eht_capabilities 281 * mcs_set - MCS (IEEE 802.11n) rate parameters 296 * vht_mcs_set - VHT MCS (IEEE 802.11ac) rate parameters 1230 * by the kernel anyway. Currently, MCS, MPDU and MSDU fields are used. 1450 * rate_type (legacy: in 100 kbps units, HT: HT-MCS, VHT: VHT-MCS, 1451 * HE: HE-MCS). If beacon_rate == 0 and rate_type == 0
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_dp_mst_helper.h | 76 * @mcs: message capability status - DP 1.2 spec. Protected by 128 bool mcs; member in struct:drm_dp_mst_port 272 bool mcs; member in struct:drm_dp_link_address_ack_reply::drm_dp_link_addr_reply_port
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_dp_mst_topology.c | 776 repmsg->u.link_addr.ports[i].mcs = (raw->msg[idx] >> 7) & 0x1; 1946 static bool drm_dp_mst_is_dp_mst_end_device(u8 pdt, bool mcs) 1954 if (!mcs) 1971 if (port->pdt == new_pdt && port->mcs == new_mcs) 1976 if (drm_dp_mst_is_dp_mst_end_device(port->pdt, port->mcs)) { 1984 port->mcs = new_mcs; 1999 port->mcs = new_mcs; 2002 if (drm_dp_mst_is_dp_mst_end_device(port->pdt, port->mcs)) { 2183 drm_dp_mst_is_dp_mst_end_device(port->pdt, port->mcs)) { 2287 port->mcs != port_msg->mcs | [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-802_11.c | 433 * the MCS index (0-76); 440 /* MCS 0 */ 445 /* MCS 1 */ 450 /* MCS 2 */ 455 /* MCS 3 */ 460 /* MCS 4 */ 465 /* MCS 5 */ 470 /* MCS 6 */ 475 /* MCS 7 */ 480 /* MCS 8 * 3131 u_int nss, mcs; local [all...] |
| /src/external/bsd/wpa/dist/hostapd/ |
| ctrl_iface.c | 2857 u8 mcs; local 2885 mcs = (mcs_map >> (2 * i)) & 0x03; 2886 if (mcs != 0x03) {
|
| /src/sys/dev/pci/ |
| if_iwm.c | 225 /* Convert an MCS index into an iwm_rates[] index. */ 641 iwm_is_mimo_ht_mcs(int mcs) 643 int ridx = iwm_ht_mcs2ridx[mcs]; 2903 /* TX is supported with the same MCS as RX. */ 2906 ic->ic_sup_mcs[0] = 0xff; /* MCS 0-7 */ 2913 ic->ic_sup_mcs[1] = 0xff; /* MCS 8-15 */ 2915 ic->ic_sup_mcs[2] = 0xff; /* MCS 16-23 */ 4253 uint8_t mcs = (phy_info->rate_n_flags & local 4256 tap->wr_rate = (0x80 | mcs);
|