Searched refs:wmep_aifsn (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_proto.c1002 wmep->wmep_aifsn = phy->aifsn;
1018 wmep->wmep_acm, wmep->wmep_aifsn, wmep->wmep_logcwmin,
1145 chanp->wmep_aifsn = wmep->wmep_aifsn;
1152 chanp->wmep_aifsn = wmep->wmep_aifsn;
1212 chanp->wmep_aifsn = bssp->wmep_aifsn = aggrParam[mode].aifsn;
1223 chanp->wmep_acm, chanp->wmep_aifsn, chanp->wmep_logcwmin,
H A Dieee80211_proto.h263 uint8_t wmep_aifsn; member in struct:wmeParams
H A Dieee80211_sta.c1109 wmep->wmep_aifsn = MS(frm[0], WME_PARAM_AIFSN);
H A Dieee80211_ioctl.c577 ireq->i_val = wmep->wmep_aifsn;
1804 wmep->wmep_aifsn = ireq->i_val;
1806 chanp->wmep_aifsn = ireq->i_val;
H A Dieee80211_output.c1896 | SM(ac->wmep_aifsn, WME_PARAM_AIFSN)
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c2081 wmep[WME_AC_BE].wmep_aifsn << 12 |
2082 wmep[WME_AC_BK].wmep_aifsn << 8 |
2083 wmep[WME_AC_VI].wmep_aifsn << 4 |
2084 wmep[WME_AC_VO].wmep_aifsn);
H A Drt2860.c3126 wmep[aci].wmep_aifsn << 8 |
3132 wmep[WME_AC_VO].wmep_aifsn << 12 |
3133 wmep[WME_AC_VI].wmep_aifsn << 8 |
3134 wmep[WME_AC_BK].wmep_aifsn << 4 |
3135 wmep[WME_AC_BE].wmep_aifsn);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c1355 RT2573_AIFSN(wmep->wmep_aifsn) |
2255 chanp[WME_AC_VO].wmep_aifsn << 12 |
2256 chanp[WME_AC_VI].wmep_aifsn << 8 |
2257 chanp[WME_AC_BK].wmep_aifsn << 4 |
2258 chanp[WME_AC_BE].wmep_aifsn);
2524 sc->wme_params[0].wmep_aifsn = 2;
H A Dif_run.c2180 ac[aci].wmep_aifsn << 8 |
2187 ac[WME_AC_VO].wmep_aifsn << 12 |
2188 ac[WME_AC_VI].wmep_aifsn << 8 |
2189 ac[WME_AC_BK].wmep_aifsn << 4 |
2190 ac[WME_AC_BE].wmep_aifsn);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c2412 AIFS(edca[WME_AC_VI].wmep_aifsn) << 24 |
2413 AIFS(edca[WME_AC_BK].wmep_aifsn) << 12 |
2414 AIFS(edca[WME_AC_BE].wmep_aifsn));
2416 AIFS(edca[WME_AC_VO].wmep_aifsn) << 16 | /* Special TXQ. */
2417 AIFS(edca[WME_AC_VO].wmep_aifsn) << 4 |
2418 AIFS(edca[WME_AC_VI].wmep_aifsn) >> 8);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c156 qi.tqi_aifs = wmep->wmep_aifsn;
H A Dif_ath.c3978 qi.tqi_aifs = wmep->wmep_aifsn;
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c1968 p->wmep_aifsn = 2;
1975 p->wmep_aifsn = 2;
1982 p->wmep_aifsn = 3;
1989 p->wmep_aifsn = 7;
4420 "wmep_logcwmax %d wmep_aifsn %d\n", p->wmep_txopLimit,
4421 p->wmep_logcwmin, p->wmep_logcwmax, p->wmep_aifsn);
4427 params[BWN_WMEPARAM_AIFS] = p->wmep_aifsn;
4429 params[BWN_WMEPARAM_REGGAP] = slot + p->wmep_aifsn;
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1029 sc->wme[1].aifsn[ac] = wmep->wmep_aifsn;
1037 sc->wme[2].aifsn[ac] = wmep->wmep_aifsn;
1055 sc->wme[0].aifsn[ac] = wmep->wmep_aifsn;
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c4863 aifs = wmep[ac].wmep_aifsn * slottime + IEEE80211_DUR_SIFS;
4914 aifs = wmep[ac].wmep_aifsn * slottime + IEEE80211_DUR_SIFS;
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c1369 aifs = ac->wmep_aifsn * slottime + 10;
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c2891 aifs = wmep->wmep_aifsn;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3514 cmd.ac[aci].aifsn = ac->wmep_aifsn;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c6211 ivp->queue_params[aci].aifsn = ac->wmep_aifsn;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5386 cmd.ac[aci].aifsn = ac->wmep_aifsn;

Completed in 506 milliseconds