HomeSort by: relevance | last modified time | path
    Searched defs:SM (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/mii/
mvphy.c 71 #define SM(_v, _f) (((_v) << _f##_S) & _f)
203 SM(MV_ATUCTRL_AGE_TIME_DEFAULT, MV_ATUCTRL_AGE_TIME)
204 | SM(MV_ATUCTRL_ATU_SIZE_DEFAULT, MV_ATUCTRL_ATU_SIZE));
  /src/usr.bin/rdist/
defs.h 60 #define SM 4
  /src/sys/net80211/
ieee80211_output.c 1280 #define SM(_v, _f) (((_v) << _f##_S) & _f)
1304 *frm++ = SM(i, WME_PARAM_ACI) |
1305 SM(ac->wmep_acm, WME_PARAM_ACM) |
1306 SM(ac->wmep_aifsn, WME_PARAM_AIFSN);
1307 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX) |
1308 SM(ac->wmep_logcwmin, WME_PARAM_LOGCWMIN);
1313 #undef SM
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 507 #define SM(_v, _f) (((_v) << _f##_S) & (_f))
  /src/sys/dev/ic/
athnreg.h 1482 #define SM(field, val) \
1487 (((var) & ~field##_M) | SM(field, val))
rtwnreg.h 1045 #define SM(field, val) \
1050 (((var) & ~field##_M) | SM(field, val))

Completed in 40 milliseconds