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

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

Completed in 78 milliseconds