Home
last modified time | relevance | path

Searched refs:logcwmin (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c440 uint8_t logcwmin; member
579 wmep->wmep_logcwmin = pPhyParam->logcwmin; in ieee80211_wme_initparams()
585 wmep->wmep_logcwmin = pBssPhyParam->logcwmin; in ieee80211_wme_initparams()
603 wmep->wmep_logcwmin = pBssPhyParam->logcwmin; in ieee80211_wme_initparams()
703 phyParam[mode].logcwmin; in ieee80211_wme_updateparams()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h110 uint8_t logcwmin; member
H A Duath_reg.h321 uint32_t logcwmin; member
H A Duath.c2581 qinfo.attr.logcwmin = BE_32(uath_wme_11g[ac].logcwmin); in uath_wme_init()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1116 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1124 logcwmin = (ic->ic_opmode == IEEE80211_M_IBSS) ? 2 : 0; in ural_enable_tsf_sync()
1126 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c430 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
441 logcwmin = 5; in rt2560_enable_tsf_sync()
443 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()