Searched defs:SM (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h51 #define SM 4 macro
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c324 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
350 *frm++ = SM(i, WME_PARAM_ACI)
351 | SM(ac->wmep_acm, WME_PARAM_ACM)
352 | SM(ac->wmep_aifsn, WME_PARAM_AIFSN);
353 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX)
354 | SM(ac->wmep_logcwmin, WME_PARAM_LOGCWMIN);
358 #undef SM macro
H A Dnet80211_ht.c42 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
918 in->in_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN);
920 in->in_htopmode = SM(w, IEEE80211_HTINFO_OPMODE);
922 in->in_htstbc = SM(w, IEEE80211_HTINFO_BASIC_STBCMCS);
1190 | SM(tid, IEEE80211_BAPS_TID)
1191 | SM(rap->rxa_wnd, IEEE80211_BAPS_BUFSIZ);
1352 | SM(tid, IEEE80211_BAPS_TID)
1353 | SM(IEEE80211_AGGR_BAWMAX, IEEE80211_BAPS_BUFSIZ);
1355 args[3] = SM(0, IEEE80211_BASEQ_START)
1356 | SM(
[all...]
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c102 SM, enumerator in enum:__anon34
2212 /* [8,C] */ TNS("movw",SM), TS("lea",MR), TNS("movw",MS), TSp("pop",M),
3904 case SM:
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ath9k.h618 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro

Completed in 116 milliseconds