Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c576 wmep->wmep_logcwmax = pPhyParam->logcwmax; in ieee80211_wme_initparams()
582 wmep->wmep_logcwmax = pBssPhyParam->logcwmax; in ieee80211_wme_initparams()
593 wmep->wmep_logcwmax, in ieee80211_wme_initparams()
600 wmep->wmep_logcwmax = pBssPhyParam->logcwmax; in ieee80211_wme_initparams()
609 wmep->wmep_logcwmax, in ieee80211_wme_initparams()
659 chanp->wmep_logcwmax = wmep->wmep_logcwmax; in ieee80211_wme_updateparams()
666 chanp->wmep_logcwmax = wmep->wmep_logcwmax; in ieee80211_wme_updateparams()
700 chanp->wmep_logcwmax = bssp->wmep_logcwmax = in ieee80211_wme_updateparams()
713 chanp->wmep_logcwmax, in ieee80211_wme_updateparams()
H A Dnet80211_output.c351 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX) in ieee80211_add_wme_param()
H A Dnet80211_input.c810 wmep->wmep_logcwmax = MS(frm[1], WME_PARAM_LOGCWMAX); in ieee80211_parse_wmeparams()
/titanic_41/usr/src/uts/common/sys/
H A Dnet80211.h444 uint8_t wmep_logcwmax; /* log2(cwmax) */ member
/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh.c5903 if ((wmeparam[i].wmep_logcwmax > QOS_CW_RANGE_MAX) || in iwh_wmeparam_check()
5904 (wmeparam[i].wmep_logcwmin >= wmeparam[i].wmep_logcwmax)) { in iwh_wmeparam_check()
5968 iwh_cw_e_to_cw(wmeparam[i].wmep_logcwmax); in iwh_qosparam_to_hw()
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_main.c2733 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in arn_tx_queue_update()