Home | History | Annotate | Download | only in ar5416

Lines Matching refs:SM

79 			    SM(10, AR_QUIET2_QUIET_DUR));
125 (SM((_series)[_index].Tries, AR_XmitDataTries##_index))
128 (SM((_series)[_index].Rate, AR_XmitRate##_index))
131 (SM((_series)[_index].PktDuration, AR_PacketDur##_index) |\
138 |SM((_series)[_index].ChSel, AR_ChainSel##_index)
196 ads->ds_ctl2 = SM(txTries0, AR_XmitDataTries0)
204 ads->ds_ctl7 = SM(ahp->ah_tx_chainmask, AR_ChainSel0)
205 | SM(ahp->ah_tx_chainmask, AR_ChainSel1)
206 | SM(ahp->ah_tx_chainmask, AR_ChainSel2)
207 | SM(ahp->ah_tx_chainmask, AR_ChainSel3)
215 ads->ds_ctl1 |= SM(keyIx, AR_DestIdx);
217 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType);
230 ads->ds_ctl2 |= SM(rtsctsDuration, AR_BurstDur);
247 ads->ds_ctl2 |= SM(txTries1, AR_XmitDataTries1);
252 ads->ds_ctl2 |= SM(txTries2, AR_XmitDataTries2);
257 ads->ds_ctl2 |= SM(txTries3, AR_XmitDataTries3);
348 ads->ds_ctl1 |= SM(keyIx, AR_DestIdx);
352 ads->ds_ctl6 = SM(keyType[cipher], AR_EncrType);
354 ads->ds_ctl6 |= SM(delims, AR_PadDelim);
398 ads->ds_ctl2 |= SM(txTries0, AR_XmitDataTries0);
400 ads->ds_ctl7 = SM(AH5416(ah)->ah_tx_chainmask, AR_ChainSel0)
401 | SM(AH5416(ah)->ah_tx_chainmask, AR_ChainSel1)
402 | SM(AH5416(ah)->ah_tx_chainmask, AR_ChainSel2)
403 | SM(AH5416(ah)->ah_tx_chainmask, AR_ChainSel3);
412 ads->ds_ctl6 |= SM(aggrLen, AR_AggrLen);
418 ads->ds_ctl2 |= SM(rtsctsDuration, AR_BurstDur);
636 | SM(rtsctsRate, AR_RTSCTSRate);
669 ads->ds_ctl6 |= SM(numDelims, AR_PadDelim);
696 ads->ds_ctl2 |= SM(burstDuration, AR_BurstDur);