Searched refs:aifsn (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h274 * @aifsn: Number of slots in Arbitration Interframe Space (before
289 u8 aifsn; member in struct:iwl_ac_qos
399 * @aifsn: AIFSN
407 __le16 aifsn; member in struct:iwl_he_backoff_conf
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c200 u8 aifsn = TM_MIN_AIFSN; local
226 aifsn = ipg / slot_time;
227 if (aifsn > TM_MAX_AIFSN)
228 aifsn = TM_MAX_AIFSN;
230 ipg -= aifsn * slot_time;
251 aifsn, cw, cw, 0);
/freebsd-current/sys/contrib/dev/rtw89/
H A Dmac80211.c296 struct rtw89_vif *rtwvif, u8 aifsn)
306 return aifsn * slot_time + sifs;
340 u8 aifs, aifsn; local
349 aifsn = FIELD_GET(GENMASK(3, 0), mu_edca->aifsn);
350 aifs = aifsn ? rtw89_aifsn_to_aifs(rtwdev, rtwvif, aifsn) : 0;
295 rtw89_aifsn_to_aifs(struct rtw89_dev *rtwdev, struct rtw89_vif *rtwvif, u8 aifsn) argument
/freebsd-current/contrib/wpa/src/ap/
H A Dwmm.c31 static inline u8 wmm_aci_aifsn(int aifsn, int acm, int aci) argument
34 ret = (aifsn << WMM_AC_AIFNS_SHIFT) & WMM_AC_AIFSN_MASK;
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c349 cmd->ac[txf].aifsn = ivp->queue_params[i].aifsn;
H A Dif_iwmvar.h375 uint8_t aifsn; member in struct:iwm_vap::__anon2869
H A Dif_iwmreg.h4033 * @aifsn: Number of slots in Arbitration Interframe Space (before
4048 uint8_t aifsn; member in struct:iwm_ac_qos
H A Dif_iwm.c6181 ivp->queue_params[aci].aifsn = ac->wmep_aifsn;
/freebsd-current/sys/dev/usb/wlan/
H A Dif_uathvar.h101 uint8_t aifsn; member in struct:uath_wme_settings
H A Dif_uath.c1477 qinfo.attr.aifs = htobe32(uath_wme_11g[ac].aifsn);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c519 u8 aifsn; member in struct:mu_edca
580 e->aifsn = q->aifsn;
/freebsd-current/sys/dev/iwi/
H A Dif_iwireg.h540 uint8_t aifsn[WME_NUM_AC]; member in struct:iwi_wme_params
H A Dif_iwi.c1027 sc->wme[1].aifsn[ac] = wmep->wmep_aifsn;
1035 sc->wme[2].aifsn[ac] = wmep->wmep_aifsn;
1056 sc->wme[0].aifsn[ac] = wmep->wmep_aifsn;
/freebsd-current/sys/contrib/dev/rtw88/
H A Dmac80211.c337 struct rtw_vif *rtwvif, u8 aifsn)
346 return aifsn * slot_time + sifs;
336 rtw_aifsn_to_aifs(struct rtw_dev *rtwdev, struct rtw_vif *rtwvif, u8 aifsn) argument
/freebsd-current/sys/net80211/
H A Dieee80211_proto.c1375 uint8_t aifsn; member in struct:phyParamType
1493 wmep->wmep_aifsn = phy->aifsn;
1507 "set %s (%s) [acm %u aifsn %u logcwmin %u logcwmax %u txop %u]\n",
1708 chanp->wmep_aifsn = bssp->wmep_aifsn = aggrParam[mode].aifsn;
1717 "update %s (chan+bss) [acm %u aifsn %u logcwmin %u "
/freebsd-current/sys/dev/wpi/
H A Dif_wpireg.h425 uint8_t aifsn; member in struct:wpi_edca_params::__anon4846
H A Dif_wpi.c3533 cmd.ac[aci].aifsn = ac->wmep_aifsn;
3540 "setting WME for queue %d aifsn=%d cwmin=%d cwmax=%d "
3541 "txoplimit=%d\n", aci, cmd.ac[aci].aifsn,
/freebsd-current/sys/dev/iwn/
H A Dif_iwnreg.h665 uint8_t aifsn; member in struct:iwn_edca_params::__anon2873
H A Dif_iwn.c5515 cmd.ac[aci].aifsn = ac->wmep_aifsn;
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c490 ac[ucode_ac].aifsn = mvm_link->queue_params[i].aifs;
H A Dmac80211.c2289 trig_based_txf[ac].aifsn =
2290 cpu_to_le16(mu_edca->aifsn & 0xf);
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h393 int aifsn, ecw_min_max, mu_edca_timer; member in struct:ieee80211_he_mu_edca_param_ac_rec

Completed in 316 milliseconds