Home
last modified time | relevance | path

Searched refs:mcs (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/nvi2/vi/
H A Dv_init.c57 if (ovip->mcs != NULL && (nvip->mcs = in v_screen_copy()
58 v_wstrdup(sp, ovip->mcs, STRLEN(ovip->mcs))) == NULL) in v_screen_copy()
89 free(vip->mcs); in v_screen_end()
H A Dv_match.c49 match_chars = VIP(sp)->mcs; in v_match()
158 CHAR_T **mp = &VIP(sp)->mcs; in v_buildmcs()
H A Dvi.h259 CHAR_T *mcs; /* Match character list. */ member
H A Dv_txt.c1219 match_chars = VIP(sp)->mcs; in v_txt()
2726 startc = STRCHR(VIP(sp)->mcs, endc = cs.cs_ch)[-1]; in txt_showmatch()
/dragonfly/share/i18n/esdb/DEC/
H A DDEC.alias4 MCS dec-mcs dec_mcs
/dragonfly/sys/dev/netif/ral/
H A Drt2860.c1130 uint8_t wcid, mcs, pid; in rt2860_drain_stats_fifo() local
1153 if (mcs + 1 != pid) in rt2860_drain_stats_fifo()
1579 mcs = rt2860_rates[ridx].mcs; in rt2860_tx()
1595 mcs |= RT2860_PHY_SHPRE; in rt2860_tx()
1598 txwi->phy |= htole16(mcs); in rt2860_tx()
1607 pid = (mcs + 1) & 0xf; in rt2860_tx()
1845 mcs = rt2860_rates[ridx].mcs; in rt2860_tx_raw()
1858 mcs |= RT2860_PHY_SHPRE; in rt2860_tx_raw()
1870 pid = (mcs + 1) & 0xf; in rt2860_tx_raw()
2313 #define CCK(mcs) (mcs) in rt2860_enable_mrr() argument
[all …]
H A Drt2860reg.h970 uint8_t mcs; member
/dragonfly/libexec/bootpd/
H A Dbootptab.mcs5 # $FreeBSD: src/libexec/bootpd/bootptab.mcs,v 1.5 1999/08/28 00:09:17 peter Exp $
6 # $DragonFly: src/libexec/bootpd/bootptab.mcs,v 1.2 2003/06/17 04:27:07 dillon Exp $
H A DREADME109 bootptab.mcs Another sample from <gwr@mc.com>
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h74 bool mcs; member
172 bool mcs; member
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_11_he.c94 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab()
274 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c1318 u8 *mcs; in phy_info_ht_capa() local
1319 mcs = nla_data(mcs_set); in phy_info_ht_capa()
1320 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
1333 u8 *mcs; in phy_info_vht_capa() local
1334 mcs = nla_data(mcs_set); in phy_info_vht_capa()
1335 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()
1606 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1607 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
1608 os_memcpy(he_capab->mcs, in phy_info_iftype_copy()
H A Dnl80211_copy.h4505 __u16 mcs[NL80211_VHT_NSS_MAX]; member
H A Ddriver.h197 u8 mcs[HE_MAX_MCS_CAPAB_SIZE]; member
H A Ddriver_nl80211.c3982 vht_rate.mcs[0] = BIT(params->beacon_rate); in nl80211_put_beacon_rate()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_run.c464 uint8_t mcs; member
2508 uint8_t wcid, mcs, pid; in run_drain_fifo() local
2555 if ((retry = pid -1 - mcs) > 0) { in run_drain_fifo()
3222 uint16_t mcs; in run_set_tx_desc() local
3227 mcs = rt2860_rates[ridx].mcs; in run_set_tx_desc()
3254 mcs |= RT2860_PHY_CCK; in run_set_tx_desc()
3257 mcs |= RT2860_PHY_SHPRE; in run_set_tx_desc()
3259 mcs |= RT2860_PHY_OFDM; in run_set_tx_desc()
3260 txwi->phy = htole16(mcs); in run_set_tx_desc()
5126 #define CCK(mcs) (mcs) in run_enable_mrr() argument
[all …]
/dragonfly/contrib/elftoolchain/
H A DREADME30 mcs Manage comment sections.
H A DRELEASE-NOTES43 **mcs** Manage comment sections.
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ioctl.c423 const struct ieee80211_mcs_rates *mcs = in get_sta_info() local
427 si->isi_txmbps = mcs->ht40_rate_800ns; in get_sta_info()
429 si->isi_txmbps = mcs->ht40_rate_400ns; in get_sta_info()
432 si->isi_txmbps = mcs->ht20_rate_800ns; in get_sta_info()
434 si->isi_txmbps = mcs->ht20_rate_400ns; in get_sta_info()
2195 checkmcs(int mcs) in checkmcs() argument
2197 if (mcs == IEEE80211_FIXED_RATE_NONE) in checkmcs()
2199 if ((mcs & IEEE80211_RATE_MCS) == 0) /* MCS always have 0x80 set */ in checkmcs()
2201 return (mcs & 0x7f) <= 15; /* XXX could search ht rate set */ in checkmcs()
/dragonfly/sys/dev/drm/
H A Ddrm_dp_mst_topology.c402 repmsg->u.link_addr.ports[i].mcs = (raw->msg[idx] >> 7) & 0x1; in drm_dp_sideband_parse_link_address()
1165 port->mcs = port_msg->mcs; in drm_dp_add_port()
1240 port->mcs = conn_stat->message_capability_status; in drm_dp_update_port()
1624 txmsg->reply.u.link_addr.ports[i].mcs, in drm_dp_send_link_address()
/dragonfly/contrib/tcpdump/
H A Dprint-802_11.c3118 u_int nss, mcs; in print_radiotap_field() local
3120 mcs = (mcs_nss[i] & IEEE80211_RADIOTAP_VHT_MCS_MASK) >> IEEE80211_RADIOTAP_VHT_MCS_SHIFT; in print_radiotap_field()
3125 ND_PRINT("User %u MCS %u ", i, mcs); in print_radiotap_field()
/dragonfly/etc/
H A Dservices1860 imtc-mcs 1503/tcp #Databeam
1861 imtc-mcs 1503/udp #Databeam
/dragonfly/contrib/ncurses/include/
H A DCaps300 micro_col_size mcs num Yf - - ----- character step size when in micro mode