Searched refs:wmep_logcwmax (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_proto.c863 wmep->wmep_logcwmax = phy->logcwmax;
878 wmep->wmep_logcwmax, wmep->wmep_txopLimit);
1006 chanp->wmep_logcwmax = wmep->wmep_logcwmax;
1013 chanp->wmep_logcwmax = wmep->wmep_logcwmax;
1074 chanp->wmep_logcwmax = bssp->wmep_logcwmax =
1083 chanp->wmep_logcwmax, chanp->wmep_txopLimit);
H A Dieee80211_proto.h269 uint8_t wmep_logcwmax; /* log2(cwmax) */ member in struct:wmeParams
H A Dieee80211_ioctl.c569 ireq->i_val = wmep->wmep_logcwmax;
1792 wmep->wmep_logcwmax = ireq->i_val;
1794 chanp->wmep_logcwmax = ireq->i_val;
1796 wmep->wmep_logcwmax = chanp->wmep_logcwmax =
H A Dieee80211_sta.c1118 wmep->wmep_logcwmax = MS(frm[1], WME_PARAM_LOGCWMAX);
H A Dieee80211_output.c1806 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX)
/freebsd-10.1-release/sys/dev/ral/
H A Drt2661.c2128 wmep[WME_AC_BE].wmep_logcwmax << 12 |
2129 wmep[WME_AC_BK].wmep_logcwmax << 8 |
2130 wmep[WME_AC_VI].wmep_logcwmax << 4 |
2131 wmep[WME_AC_VO].wmep_logcwmax);
H A Drt2860.c2949 wmep[aci].wmep_logcwmax << 16 |
2967 wmep[WME_AC_VO].wmep_logcwmax << 12 |
2968 wmep[WME_AC_VI].wmep_logcwmax << 8 |
2969 wmep[WME_AC_BK].wmep_logcwmax << 4 |
2970 wmep[WME_AC_BE].wmep_logcwmax);
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_beacon.c157 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
H A Dif_ath.c3811 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
/freebsd-10.1-release/sys/dev/iwi/
H A Dif_iwi.c1040 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1048 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1065 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_run.c2188 wmesp->wme_params[aci].wmep_logcwmax << 16 |
2209 wmesp->wme_params[WME_AC_VO].wmep_logcwmax << 12 |
2210 wmesp->wme_params[WME_AC_VI].wmep_logcwmax << 8 |
2211 wmesp->wme_params[WME_AC_BK].wmep_logcwmax << 4 |
2212 wmesp->wme_params[WME_AC_BE].wmep_logcwmax);
/freebsd-10.1-release/sys/dev/bwn/
H A Dif_bwn.c3101 p->wmep_logcwmax = MS(0x0001, WME_PARAM_LOGCWMAX);
3108 p->wmep_logcwmax = MS(0x0001, WME_PARAM_LOGCWMAX);
3115 p->wmep_logcwmax = MS(0x03ff, WME_PARAM_LOGCWMAX);
3122 p->wmep_logcwmax = MS(0x03ff, WME_PARAM_LOGCWMAX);
8023 "wmep_logcwmax %d wmep_aifsn %d\n", p->wmep_txopLimit,
8024 p->wmep_logcwmin, p->wmep_logcwmax, p->wmep_aifsn);
8028 params[BWN_WMEPARAM_CWMAX] = SM(p->wmep_logcwmax, WME_PARAM_LOGCWMAX);
/freebsd-10.1-release/sys/dev/wpi/
H A Dif_wpi.c2247 wme.ac[ac].cwmax = WPI_EXP2(wmep->wmep_logcwmax);
/freebsd-10.1-release/sys/dev/mwl/
H A Dif_mwl.c3016 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
/freebsd-10.1-release/sys/dev/iwn/
H A Dif_iwn.c4416 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));

Completed in 660 milliseconds