/src/sys/arch/alpha/alpha/ |
dec_kn8ae.c | 360 struct tlsb_mchk_fatal mcs[TLSB_NODE_MAX+1], *ptr; local in function:kn8ae_mcheck 374 memset(mcs, 0, sizeof (mcs));
|
dec_kn8ae.c | 360 struct tlsb_mchk_fatal mcs[TLSB_NODE_MAX+1], *ptr; local in function:kn8ae_mcheck 374 memset(mcs, 0, sizeof (mcs));
|
/src/sys/dev/usb/ |
if_otusvar.h | 66 uint8_t mcs; member in struct:otus_rate
|
if_otusvar.h | 66 uint8_t mcs; member in struct:otus_rate
|
if_run.c | 2539 uint16_t qos, dur, mcs; local in function:run_tx 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_run.c | 2539 uint16_t qos, dur, mcs; local in function:run_tx 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...] |
/src/sys/dev/ic/ |
rt2860.c | 1223 uint8_t wcid, mcs, pid; local in function:rt2860_drain_stats_fifo 1245 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f; 1247 if (mcs + 1 != pid) 1637 uint8_t type, qsel, mcs, pid, tid, qid; local in function:rt2860_tx 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...] |
rt2860.c | 1223 uint8_t wcid, mcs, pid; local in function:rt2860_drain_stats_fifo 1245 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f; 1247 if (mcs + 1 != pid) 1637 uint8_t type, qsel, mcs, pid, tid, qid; local in function:rt2860_tx 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
|
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
|
rt2860reg.h | 1052 uint8_t mcs; member in struct:rt2860_rate
|
/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
|
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/dev/pci/ |
if_iwm.c | 212 /* Convert an MCS index into an iwm_rates[] index. */ 2691 /* TX is supported with the same MCS as RX. */ 2694 ic->ic_sup_mcs[0] = 0xff; /* MCS 0-7 */ 2701 ic->ic_sup_mcs[1] = 0xff; /* MCS 8-15 */ 2703 ic->ic_sup_mcs[2] = 0xff; /* MCS 16-23 */ 3983 uint8_t mcs = (phy_info->rate_n_flags & local in function:iwm_rx_rx_mpdu 3986 tap->wr_rate = (0x80 | mcs);
|
if_iwm.c | 212 /* Convert an MCS index into an iwm_rates[] index. */ 2691 /* TX is supported with the same MCS as RX. */ 2694 ic->ic_sup_mcs[0] = 0xff; /* MCS 0-7 */ 2701 ic->ic_sup_mcs[1] = 0xff; /* MCS 8-15 */ 2703 ic->ic_sup_mcs[2] = 0xff; /* MCS 16-23 */ 3983 uint8_t mcs = (phy_info->rate_n_flags & local in function:iwm_rx_rx_mpdu 3986 tap->wr_rate = (0x80 | mcs);
|