Symbol: MS
sbin/ifconfig/ifieee80211.c
2597
, MS(ac->acp_aci_aifsn, WME_PARAM_ACM) ? "acm " : ""
sbin/ifconfig/ifieee80211.c
2598
, MS(ac->acp_aci_aifsn, WME_PARAM_AIFSN)
sbin/ifconfig/ifieee80211.c
2599
, MS(ac->acp_logcwminmax, WME_PARAM_LOGCWMIN)
sbin/ifconfig/ifieee80211.c
2600
, MS(ac->acp_logcwminmax, WME_PARAM_LOGCWMAX)
sys/bus/u4b/wlan/if_urtwn.c
1028
macid = MS(rpt->rptb1, R88E_RPTB1_MACID);
sys/bus/u4b/wlan/if_urtwn.c
1029
ntries = MS(rpt->rptb2, R88E_RPTB2_RETRY_CNT);
sys/bus/u4b/wlan/if_urtwn.c
1069
rate = MS(rxdw3, R92C_RXDW3_RATE);
sys/bus/u4b/wlan/if_urtwn.c
1070
cipher = MS(rxdw0, R92C_RXDW0_CIPHER);
sys/bus/u4b/wlan/if_urtwn.c
1071
infosz = MS(rxdw0, R92C_RXDW0_INFOSZ) * 8;
sys/bus/u4b/wlan/if_urtwn.c
1693
return (MS(val, R92C_LSSI_READBACK_DATA));
sys/bus/u4b/wlan/if_urtwn.c
1710
if (MS(urtwn_read_4(sc, R92C_LLT_INIT), R92C_LLT_INIT_OP) ==
sys/bus/u4b/wlan/if_urtwn.c
1749
*val = MS(reg, R92C_EFUSE_CTRL_DATA);
sys/bus/u4b/wlan/if_urtwn.c
1907
if (MS(urtwn_read_4(sc, R92C_HPON_FSM),
sys/bus/u4b/wlan/if_urtwn.c
1914
if (MS(reg, R92C_SYS_CFG_CHIP_VER_RTL) == 0)
sys/bus/u4b/wlan/if_urtwn.c
1939
sc->board_type = MS(rom->rf_opt1, R92C_ROM_RF1_BOARD_TYPE);
sys/bus/u4b/wlan/if_urtwn.c
1941
sc->regulatory = MS(rom->rf_opt1, R92C_ROM_RF1_REGULATORY);
sys/bus/u4b/wlan/if_urtwn.c
1969
sc->regulatory = MS(rom->rf_board_opt, R92C_ROM_RF1_REGULATORY);
sys/bus/u4b/wlan/if_urtwn.c
5215
temp = MS(urtwn_rf_read(sc, 0, R88E_RF_T_METER),
sys/bus/u4b/wlan/if_urtwn.c
5218
temp = MS(urtwn_rf_read(sc, 0, R92C_RF_T_METER),
sys/bus/u4b/wlan/if_urtwn.c
879
pktlen = MS(rxdw0, R92C_RXDW0_PKTLEN);
sys/bus/u4b/wlan/if_urtwn.c
948
int report_sel = MS(le32toh(stat->rxdw3), R88E_RXDW3_RPT);
sys/bus/u4b/wlan/if_urtwn.c
978
npkts = MS(le32toh(stat->rxdw2), R92C_RXDW2_PKTCNT);
sys/bus/u4b/wlan/if_urtwn.c
989
pktlen = MS(rxdw0, R92C_RXDW0_PKTLEN);
sys/bus/u4b/wlan/if_urtwn.c
993
infosz = MS(rxdw0, R92C_RXDW0_INFOSZ) * 8;
sys/dev/drm/i915/intel_drv.h
145
#define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000)
sys/dev/drm/i915/intel_drv.h
81
#define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000)
sys/dev/netif/ath/ath/if_ath_tx.c
2572
*tid = (int) MS(baparamset, IEEE80211_BAPS_TID);
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
263
rep[j].twice_rdEdgePower = MS(ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].tPowerFlag, CAL_CTL_EDGES_POWER);
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
264
rep[j].flag = MS(ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].tPowerFlag, CAL_CTL_EDGES_FLAG) != 0;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
299
rep[j].twice_rdEdgePower = MS(ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].tPowerFlag, CAL_CTL_EDGES_POWER);
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
300
rep[j].flag = MS(ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].tPowerFlag, CAL_CTL_EDGES_FLAG) != 0;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1643
MS(ee->ee_opCap, AR_EEPROM_EEPCAP_MAXQCU);
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1650
1 << MS(ee->ee_opCap, AR_EEPROM_EEPCAP_KC_ENTRIES);
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
253
rep[j].twice_rdEdgePower = MS(ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].tPowerFlag, CAL_CTL_EDGES_POWER);
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
254
rep[j].flag = MS(ee->ee_base.ctlData[i].ctlEdges[CTL_CHAIN][j].tPowerFlag, CAL_CTL_EDGES_FLAG) != 0;
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
143
int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
144
int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
475
if (us > ath_hal_mac_usec(ah, MS(0xffffffff, AR_TIME_OUT_ACK))) {
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
492
u_int clks = MS(OS_REG_READ(ah, AR_TIME_OUT), AR_TIME_OUT_ACK);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
522
if (us > ath_hal_mac_usec(ah, MS(0xffffffff, AR_TIME_OUT_CTS))) {
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
539
u_int clks = MS(OS_REG_READ(ah, AR_TIME_OUT), AR_TIME_OUT_CTS);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_power.c
137
return MS(OS_REG_READ(ah, AR_SCR), AR_SCR_SLE);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
232
rstamp = MS(ads->ds_status1, AR_RcvTimestamp);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
259
rs->rs_rssi = MS(ads->ds_status0, AR_RcvSigStrength);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
261
rs->rs_keyix = MS(ads->ds_status1, AR_KeyIdx);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
265
rs->rs_rate = MS(ads->ds_status0, AR_RcvRate);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
413
return MS(v, AR_CFG_TXCNT);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
600
ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
610
ts->ts_rate = MS(ads->ds_ctl0, AR_XmitRate);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
611
ts->ts_rssi = MS(ads->ds_status1, AR_AckSigStrength);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
612
ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
613
ts->ts_longretry = MS(ads->ds_status0, AR_LongRetryCnt);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_beacon.c
173
HALASSERT(bs->bs_bmissthreshold <= MS(0xffffffff, AR_RSSI_THR_BM_THR));
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
171
int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
172
int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
477
if (us > ath_hal_mac_usec(ah, MS(0xffffffff, AR_TIME_OUT_ACK))) {
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
494
u_int clks = MS(OS_REG_READ(ah, AR_TIME_OUT), AR_TIME_OUT_ACK);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
524
if (us > ath_hal_mac_usec(ah, MS(0xffffffff, AR_TIME_OUT_CTS))) {
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
541
u_int clks = MS(OS_REG_READ(ah, AR_TIME_OUT), AR_TIME_OUT_CTS);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_power.c
139
return MS(OS_REG_READ(ah, AR_SCR), AR_SCR_SLE);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
225
rs->rs_tstamp = MS(ads->ds_status1, AR_RcvTimestamp);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
234
rs->rs_phyerr = MS(ads->ds_status1, AR_PHYErr);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
238
rs->rs_rssi = MS(ads->ds_status0, AR_RcvSigStrength);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
240
rs->rs_keyix = MS(ads->ds_status1, AR_KeyIdx);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
244
rs->rs_rate = MS(ads->ds_status0, AR_RcvRate);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
245
rs->rs_antenna = MS(ads->ds_status0, AR_RcvAntenna);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
425
MS(AH_PRIVATE(ah)->ah_11nCompat, HAL_DIAG_11N_SERVICES)&1);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
629
ts->ts_seqnum = MS(ads->ds_status1, AR_SeqNum);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
630
ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
640
ts->ts_rate = MS(ads->ds_ctl0, AR_XmitRate);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
641
ts->ts_rssi = MS(ads->ds_status1, AR_AckSigStrength);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
642
ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
643
ts->ts_longretry = MS(ads->ds_status0, AR_LongRetryCnt);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
644
ts->ts_virtcol = MS(ads->ds_status0, AR_VirtCollCnt);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
468
val = MS(val, AR_PCICFG_EEPROM_SIZE);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_beacon.c
196
HALASSERT(bs->bs_bmissthreshold <= MS(0xffffffff, AR_RSSI_THR_BM_THR));
sys/dev/netif/ath/ath_hal/ar5212/ar5212_interrupts.c
91
ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_interrupts.c
92
ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_interrupts.c
94
ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_interrupts.c
95
ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1010
ahp->ah_macTPC |= MS(setting, AR_TPC_ACK);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1013
ahp->ah_macTPC |= MS(setting, AR_TPC_CTS);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1312
temp = MS(val,AR_PHY_RADAR_0_FIRPWR);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1315
pe->pe_rrssi = MS(val, AR_PHY_RADAR_0_RRSSI);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1316
pe->pe_height = MS(val, AR_PHY_RADAR_0_HEIGHT);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1317
pe->pe_prssi = MS(val, AR_PHY_RADAR_0_PRSSI);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1318
pe->pe_inband = MS(val, AR_PHY_RADAR_0_INBAND);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1333
pe->pe_relpwr = !! MS(val, AR_PHY_RADAR_2_RELPWR);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1334
pe->pe_relstep = !! MS(val, AR_PHY_RADAR_2_RELSTEP);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1335
pe->pe_maxlen = !! MS(val, AR_PHY_RADAR_2_MAXLEN);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
150
int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
151
int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
502
if (us > ath_hal_mac_usec(ah, MS(0xffffffff, AR_TIME_OUT_ACK))) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
519
u_int clks = MS(OS_REG_READ(ah, AR_TIME_OUT), AR_TIME_OUT_ACK);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
549
if (us > ath_hal_mac_usec(ah, MS(0xffffffff, AR_TIME_OUT_CTS))) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
566
u_int clks = MS(OS_REG_READ(ah, AR_TIME_OUT), AR_TIME_OUT_CTS);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
848
*result = MS(*result, AR_PHY_RESTART_DIV_GC);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
893
*result = MS(ahp->ah_macTPC, AR_TPC_ACK);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
896
*result = MS(ahp->ah_macTPC, AR_TPC_CTS);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_power.c
166
return MS(OS_REG_READ(ah, AR_SCR), AR_SCR_SLE);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
264
rs->rs_tstamp = MS(ads->ds_rxstatus1, AR_RcvTimestamp);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
267
rs->rs_rssi = MS(ads->ds_rxstatus0, AR_RcvSigStrength);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
272
rs->rs_keyix = MS(ads->ds_rxstatus1, AR_KeyIdx);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
276
rs->rs_rate = MS(ads->ds_rxstatus0, AR_RcvRate);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
277
rs->rs_antenna = MS(ads->ds_rxstatus0, AR_RcvAntenna);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
302
phyerr = MS(ads->ds_rxstatus1, AR_PHYErrCode);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
632
ackTpcPow = MS(ahp->ah_macTPC, AR_TPC_ACK);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
640
ctsTpcPow = MS(ahp->ah_macTPC, AR_TPC_CTS);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
648
chirpTpcPow = MS(ahp->ah_macTPC, AR_TPC_CHIRP);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
296
probeType = MS(rddata, AR_PHY_PAPD_PROBE_TYPE);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
357
if (MS(qmisc, AR_Q_MISC_FSP) != AR_Q_MISC_FSP_ASAP) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
61
curLevel = MS(txcfg, AR_FTRIG);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
893
ts->ts_seqnum = MS(ads->ds_txstatus1, AR_SeqNum);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
894
ts->ts_tstamp = MS(ads->ds_txstatus0, AR_SendTimestamp);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
908
ts->ts_finaltsi = MS(ads->ds_txstatus1, AR_FinalTSIndex);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
911
ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate0);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
914
ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate1);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
917
ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate2);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
920
ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate3);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
923
ts->ts_rssi = MS(ads->ds_txstatus1, AR_AckSigStrength);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
924
ts->ts_shortretry = MS(ads->ds_txstatus0, AR_RTSFailCnt);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
925
ts->ts_longretry = MS(ads->ds_txstatus0, AR_DataFailCnt);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
938
case 3: ts->ts_longretry += MS(ads->ds_ctl2, AR_XmitDataTries2);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
939
case 2: ts->ts_longretry += MS(ads->ds_ctl2, AR_XmitDataTries1);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
940
case 1: ts->ts_longretry += MS(ads->ds_ctl2, AR_XmitDataTries0);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
942
ts->ts_virtcol = MS(ads->ds_txstatus0, AR_VirtCollCnt);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
967
rates[0] = MS(ads->ds_ctl3, AR_XmitRate0);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
968
rates[1] = MS(ads->ds_ctl3, AR_XmitRate1);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
969
rates[2] = MS(ads->ds_ctl3, AR_XmitRate2);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
970
rates[3] = MS(ads->ds_ctl3, AR_XmitRate3);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
972
tries[0] = MS(ads->ds_ctl2, AR_XmitDataTries0);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
973
tries[1] = MS(ads->ds_ctl2, AR_XmitDataTries1);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
974
tries[2] = MS(ads->ds_ctl2, AR_XmitDataTries2);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
975
tries[3] = MS(ads->ds_ctl2, AR_XmitDataTries3);
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
450
nf = MS(OS_REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
457
nf = MS(OS_REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
466
nf = MS(OS_REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
474
nf = MS(OS_REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR_PHY_CH1_EXT_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
482
nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
489
nf = MS(OS_REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_eeprom.c
41
*data = MS(OS_REG_READ(ah, AR_EEPROM_STATUS_DATA),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
193
bits = MS(OS_REG_READ(ah, AR_GPIO_IN_OUT), AR9287_GPIO_IN_VAL);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
195
bits = MS(OS_REG_READ(ah, AR_GPIO_IN_OUT), AR9285_GPIO_IN_VAL);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
197
bits = MS(OS_REG_READ(ah, AR_GPIO_IN_OUT), AR928X_GPIO_IN_VAL);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
199
bits = MS(OS_REG_READ(ah, AR_GPIO_IN_OUT), AR_GPIO_IN_VAL);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
217
val = MS(OS_REG_READ(ah, AR_INTR_ASYNC_ENABLE),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
222
mask = MS(OS_REG_READ(ah, AR_INTR_ASYNC_MASK),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
228
val = MS(OS_REG_READ(ah, AR_INTR_SYNC_ENABLE),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
233
mask = MS(OS_REG_READ(ah, AR_INTR_SYNC_MASK),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
238
val = MS(OS_REG_READ(ah, AR_INTR_SYNC_CAUSE),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
243
val = MS(OS_REG_READ(ah, AR_GPIO_INTR_POL),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
256
val = MS(OS_REG_READ(ah, AR_INTR_ASYNC_ENABLE),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
261
mask = MS(OS_REG_READ(ah, AR_INTR_ASYNC_MASK),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
267
val = MS(OS_REG_READ(ah, AR_INTR_SYNC_ENABLE),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
272
mask = MS(OS_REG_READ(ah, AR_INTR_SYNC_MASK),
sys/dev/netif/ath/ath_hal/ar5416/ar5416_interrupts.c
192
ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_interrupts.c
193
ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_interrupts.c
194
ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_interrupts.c
195
ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
87
temp = MS(val,AR_PHY_RADAR_0_FIRPWR);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
90
pe->pe_rrssi = MS(val, AR_PHY_RADAR_0_RRSSI);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
91
pe->pe_height = MS(val, AR_PHY_RADAR_0_HEIGHT);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
92
pe->pe_prssi = MS(val, AR_PHY_RADAR_0_PRSSI);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
93
pe->pe_inband = MS(val, AR_PHY_RADAR_0_INBAND);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
97
pe->pe_relpwr = MS(val, AR_PHY_RADAR_1_RELPWR_THRESH);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
98
pe->pe_relstep = MS(val, AR_PHY_RADAR_1_RELSTEP_THRESH);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
99
pe->pe_maxlen = MS(val, AR_PHY_RADAR_1_MAXLEN);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
186
rs->rs_rssi = MS(ads->ds_rxstatus4, AR_RxRSSICombined);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
187
rs->rs_rssi_ctl[0] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt00);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
188
rs->rs_rssi_ctl[1] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt01);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
189
rs->rs_rssi_ctl[2] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt02);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
190
rs->rs_rssi_ext[0] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt10);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
191
rs->rs_rssi_ext[1] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt11);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
192
rs->rs_rssi_ext[2] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt12);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
195
rs->rs_keyix = MS(ads->ds_rxstatus8, AR_KeyIdx);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
205
rs->rs_antenna = MS(ads->ds_rxstatus3, AR_RxAntenna);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
257
phyerr = MS(ads->ds_rxstatus8, AR_PHYErrCode);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2072
twiceMaxEdgePower = MS(pRdEdgesPower[i].tPowerFlag, CAL_CTL_EDGES_POWER);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2076
twiceMaxEdgePower = MS(pRdEdgesPower[i - 1].tPowerFlag, CAL_CTL_EDGES_POWER);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2359
pdGainOverlap_t2 = (uint16_t)(MS(OS_REG_READ(ah, AR_PHY_TPCRG5), AR_PHY_TPCRG5_PD_GAIN_OVERLAP));
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
157
ss->ss_fft_period = MS(val, AR_PHY_SPECTRAL_SCAN_FFT_PERIOD);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
158
ss->ss_period = MS(val, AR_PHY_SPECTRAL_SCAN_PERIOD);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
160
ss->ss_count = MS(val, AR_PHY_SPECTRAL_SCAN_COUNT);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
161
ss->ss_short_report = MS(val, AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
163
ss->ss_count = MS(val, AR_PHY_SPECTRAL_SCAN_COUNT_KIWI);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
164
ss->ss_short_report = MS(val, AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT_KIWI);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
167
ss->radar_bin_thresh_sel = MS(val, AR_PHY_RADAR_1_BIN_THRESH_SELECT);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
176
return MS(val, AR_PHY_SPECTRAL_SCAN_ACTIVE);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
185
return MS(val,AR_PHY_SPECTRAL_SCAN_ENA);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1073
rate = MS(ads->ds_ctl3, AR_XmitDataTries0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1096
rates[0] = MS(ads->ds_ctl3, AR_XmitRate0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1097
rates[1] = MS(ads->ds_ctl3, AR_XmitRate1);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1098
rates[2] = MS(ads->ds_ctl3, AR_XmitRate2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1099
rates[3] = MS(ads->ds_ctl3, AR_XmitRate3);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1101
tries[0] = MS(ads->ds_ctl2, AR_XmitDataTries0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1102
tries[1] = MS(ads->ds_ctl2, AR_XmitDataTries1);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1103
tries[2] = MS(ads->ds_ctl2, AR_XmitDataTries2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1104
tries[3] = MS(ads->ds_ctl2, AR_XmitDataTries3);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1331
if (MS(qmisc, AR_Q_MISC_FSP) != AR_Q_MISC_FSP_ASAP) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
728
ts->ts_seqnum = MS(ds_txstatus[9], AR_SeqNum);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
730
ts->ts_tid = MS(ds_txstatus[9], AR_TxTid);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
763
ts->ts_finaltsi = MS(ds_txstatus[9], AR_FinalTxIdx);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
766
ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
769
ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate1);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
772
ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
775
ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate3);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
779
ts->ts_rssi = MS(ds_txstatus[5], AR_TxRSSICombined);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
780
ts->ts_rssi_ctl[0] = MS(ds_txstatus[0], AR_TxRSSIAnt00);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
781
ts->ts_rssi_ctl[1] = MS(ds_txstatus[0], AR_TxRSSIAnt01);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
782
ts->ts_rssi_ctl[2] = MS(ds_txstatus[0], AR_TxRSSIAnt02);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
783
ts->ts_rssi_ext[0] = MS(ds_txstatus[5], AR_TxRSSIAnt10);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
784
ts->ts_rssi_ext[1] = MS(ds_txstatus[5], AR_TxRSSIAnt11);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
785
ts->ts_rssi_ext[2] = MS(ds_txstatus[5], AR_TxRSSIAnt12);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
790
ts->ts_shortretry = MS(ds_txstatus[1], AR_RTSFailCnt);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
791
ts->ts_longretry = MS(ds_txstatus[1], AR_DataFailCnt);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
804
case 3: ts->ts_longretry += MS(ads->ds_ctl2, AR_XmitDataTries2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
805
case 2: ts->ts_longretry += MS(ads->ds_ctl2, AR_XmitDataTries1);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
806
case 1: ts->ts_longretry += MS(ads->ds_ctl2, AR_XmitDataTries0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
813
ts->ts_virtcol = MS(ads->ds_ctl1, AR_VirtRetryCnt);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
844
return MS(OS_REG_READ(ah, AR_GTXTO), AR_GTXTO_TIMEOUT_LIMIT);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
991
rate = MS(ads->ds_ctl3, AR_XmitRate0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416desc.h
416
MS((ads)->ds_rxstatus0, AR_RxRate) : \
sys/dev/netif/ath/ath_hal/ar5416/ar5416desc.h
420
MS((ads)->ds_rxstatus3, AR_Parallel40) : \
sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c
152
__func__, MS(val, AR_XSREV_ID), MS(val, AR_XSREV_VERSION),
sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c
153
MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION));
sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c
154
AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION);
sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c
170
__func__, MS(val, AR_XSREV_ID), MS(val, AR_XSREV_VERSION),
sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c
171
MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION));
sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c
175
AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION);
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
357
nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
364
nf = MS(OS_REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
371
nf = MS(OS_REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
378
nf = MS(OS_REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR9280_PHY_CH1_EXT_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
232
__func__, MS(val, AR_XSREV_ID), MS(val, AR_XSREV_VERSION),
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
233
MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION));
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
237
AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
139
currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
307
pdGainOverlap_t2 = (uint16_t)(MS(OS_REG_READ(ah, AR_PHY_TPCRG5), AR_PHY_TPCRG5_PD_GAIN_OVERLAP));
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
53
AH9280(ah)->originalGain[i] = MS(OS_REG_READ(ah,
sys/dev/netif/ath/ath_hal/ar9002/ar9285.c
46
nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9285.c
54
nf = MS(OS_REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
218
__func__, MS(val, AR_XSREV_ID), MS(val, AR_XSREV_VERSION),
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
219
MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION));
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
223
AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
108
reg_field = MS(OS_REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
115
reg_field = MS(OS_REG_READ(ah, AR9285_AN_RF2G9), AR9285_AN_RXTXBB1_SPARE9);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
117
offs_6_1 = MS(OS_REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_OFFS);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
118
offs_0 = MS(OS_REG_READ(ah, AR9285_AN_RF2G3), AR9285_AN_RF2G3_PDVCCOMP);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
219
txgain_max = MS(OS_REG_READ(ah, AR_PHY_TX_PWRCTRL7),
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
93
ccomp_org = MS(OS_REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_CCOMP);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
585
pdGainOverlap_t2 = (uint16_t)(MS(OS_REG_READ(ah, AR_PHY_TPCRG5), AR_PHY_TPCRG5_PD_GAIN_OVERLAP));
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
299
nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
306
nf = MS(OS_REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
313
nf = MS(OS_REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
320
nf = MS(OS_REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR9280_PHY_CH1_EXT_MINCCA_PWR);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
200
__func__, MS(val, AR_XSREV_ID), MS(val, AR_XSREV_VERSION),
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
201
MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION));
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
205
AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c
71
currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
64
pdGainOverlap_t2 = (uint16_t)(MS(OS_REG_READ(ah, AR_PHY_TPCRG5),
sys/dev/netif/bwn/bwn/if_bwn.c
2084
p->wmep_logcwmin = MS(0x0001, WME_PARAM_LOGCWMIN);
sys/dev/netif/bwn/bwn/if_bwn.c
2085
p->wmep_logcwmax = MS(0x0001, WME_PARAM_LOGCWMAX);
sys/dev/netif/bwn/bwn/if_bwn.c
2091
p->wmep_logcwmin = MS(0x0001, WME_PARAM_LOGCWMIN);
sys/dev/netif/bwn/bwn/if_bwn.c
2092
p->wmep_logcwmax = MS(0x0001, WME_PARAM_LOGCWMAX);
sys/dev/netif/bwn/bwn/if_bwn.c
2098
p->wmep_logcwmin = MS(0x0001, WME_PARAM_LOGCWMIN);
sys/dev/netif/bwn/bwn/if_bwn.c
2099
p->wmep_logcwmax = MS(0x03ff, WME_PARAM_LOGCWMAX);
sys/dev/netif/bwn/bwn/if_bwn.c
2105
p->wmep_logcwmin = MS(0x0001, WME_PARAM_LOGCWMIN);
sys/dev/netif/bwn/bwn/if_bwn.c
2106
p->wmep_logcwmax = MS(0x03ff, WME_PARAM_LOGCWMAX);
sys/dev/netif/iwn/if_iwn.c
7366
tid = MS(le16toh(baparamset), IEEE80211_BAPS_TID);
sys/dev/netif/iwn/if_iwn.c
7367
ssn = MS(le16toh(baseqctl), IEEE80211_BASEQ_START);
sys/netproto/802_11/wlan/ieee80211_ht.c
1822
bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ);
sys/netproto/802_11/wlan/ieee80211_ht.c
1893
bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ);
sys/netproto/802_11/wlan/ieee80211_ht.c
1898
tid = MS(baparamset, IEEE80211_BAPS_TID);
sys/netproto/802_11/wlan/ieee80211_ht.c
1948
tid = MS(baparamset, IEEE80211_BAPS_TID);
sys/netproto/802_11/wlan/ieee80211_ht.c
1954
tid, MS(baparamset, IEEE80211_BAPS_BUFSIZ),
sys/netproto/802_11/wlan/ieee80211_ht.c
1956
MS(baseqctl, IEEE80211_BASEQ_START),
sys/netproto/802_11/wlan/ieee80211_ht.c
1957
MS(baseqctl, IEEE80211_BASEQ_FRAG));
sys/netproto/802_11/wlan/ieee80211_ht.c
2011
tid = MS(baparamset, IEEE80211_BAPS_TID);
sys/netproto/802_11/wlan/ieee80211_ht.c
2012
bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ);
sys/netproto/802_11/wlan/ieee80211_ht.c
2013
policy = MS(baparamset, IEEE80211_BAPS_POLICY);
sys/netproto/802_11/wlan/ieee80211_ht.c
2084
tid = MS(baparamset, IEEE80211_DELBAPS_TID);
sys/netproto/802_11/wlan/ieee80211_ht.c
2089
MS(baparamset, IEEE80211_DELBAPS_INIT), code);
sys/netproto/802_11/wlan/ieee80211_ht.c
2550
args[0], args[1], args[2], MS(args[2], IEEE80211_BAPS_TID),
sys/netproto/802_11/wlan/ieee80211_ht.c
2746
rxmax = MS(ni->ni_htparam, IEEE80211_HTCAP_MAXRXAMPDU);
sys/netproto/802_11/wlan/ieee80211_ht.c
2747
density = MS(ni->ni_htparam, IEEE80211_HTCAP_MPDUDENSITY);
sys/netproto/802_11/wlan/ieee80211_ht.c
544
int bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ);
sys/netproto/802_11/wlan/ieee80211_ht.c
556
rap->rxa_start = MS(baseqctl, IEEE80211_BASEQ_START);
sys/netproto/802_11/wlan/ieee80211_ht.c
996
tid = MS(le16toh(wh->i_ctl), IEEE80211_BAR_TID);
sys/netproto/802_11/wlan/ieee80211_ioctl.c
1044
ireq->i_val = MS(vap->iv_bss->ni_htparam,
sys/netproto/802_11/wlan/ieee80211_ioctl.c
1056
ireq->i_val = MS(vap->iv_bss->ni_htparam,
sys/netproto/802_11/wlan/ieee80211_sta.c
1123
wmep->wmep_acm = MS(frm[0], WME_PARAM_ACM);
sys/netproto/802_11/wlan/ieee80211_sta.c
1124
wmep->wmep_aifsn = MS(frm[0], WME_PARAM_AIFSN);
sys/netproto/802_11/wlan/ieee80211_sta.c
1125
wmep->wmep_logcwmin = MS(frm[1], WME_PARAM_LOGCWMIN);
sys/netproto/802_11/wlan/ieee80211_sta.c
1126
wmep->wmep_logcwmax = MS(frm[1], WME_PARAM_LOGCWMAX);
sys/netproto/802_11/wlan/ieee80211_superg.c
291
if (MS(ath, ATH_FF_PROTO) != ATH_FF_PROTO_L2TUNNEL) {