Searched refs:cwmax (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5388 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));
H A Dif_iwnreg.h637 uint16_t cwmax; member in struct:iwn_edca_params::__anon10555
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1031 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1039 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1057 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
H A Dif_iwireg.h538 uint16_t cwmax[WME_NUM_AC]; member in struct:iwi_wme_params
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c2889 int aifs, cwmin, cwmax, txoplim; local
2894 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
2897 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) {
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h165 int cwmax; member in struct:hostapd_wmm_ac_params
H A Dieee802_11_common.c675 } else if (os_strcmp(pos, "cwmax") == 0) {
681 ac->cwmax = v;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwmm.c58 wmm[ac].cwmax = MAX(wmm_conf[ac].cwmax, wmm_reg[ac].min_cwmax);
143 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
H A Dhostapd.c1380 p->cwmax, p->burst)) {
H A Dap_config.h195 int cwmax; member in struct:hostapd_tx_queue_params
H A Dap_config.c1214 int tx_cwmax = conf->tx_queue[queue].cwmax;
1216 int ac_cwmax = conf->wmm_ac_params[queue].cwmax;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1025 } else if (os_strcmp(pos, "cwmax") == 0) {
1026 queue->cwmax = atoi(val);
1027 if (!valid_cw(queue->cwmax)) {
1029 queue->cwmax);
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3516 cmd.ac[aci].cwmax = htole16(WPI_EXP2(ac->wmep_logcwmax));
3521 "setting WME for queue %d aifsn=%d cwmin=%d cwmax=%d "
3523 cmd.ac[aci].cwmin, cmd.ac[aci].cwmax,
H A Dif_wpireg.h427 uint16_t cwmax; member in struct:wpi_edca_params::__anon11963

Completed in 360 milliseconds