Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c200 u8 aifsn = TM_MIN_AIFSN; in mt7915_tm_set_ipg_params() local
226 aifsn = ipg / slot_time; in mt7915_tm_set_ipg_params()
227 if (aifsn > TM_MAX_AIFSN) in mt7915_tm_set_ipg_params()
228 aifsn = TM_MAX_AIFSN; in mt7915_tm_set_ipg_params()
230 ipg -= aifsn * slot_time; in mt7915_tm_set_ipg_params()
251 aifsn, cw, cw, 0); in mt7915_tm_set_ipg_params()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c312 struct rtw89_vif *rtwvif, u8 aifsn) in ____rtw89_conf_tx_edca()
323 return aifsn * slot_time + sifs; in ____rtw89_conf_tx_edca()
361 u8 aifs, aifsn;
370 aifsn = FIELD_GET(GENMASK(3, 0), mu_edca->aifsn); in rtw89_conf_tx()
371 aifs = aifsn ? rtw89_aifsn_to_aifs(rtwdev, rtwvif, aifsn) : 0; in rtw89_conf_tx()
296 rtw89_aifsn_to_aifs(struct rtw89_dev * rtwdev,struct rtw89_vif * rtwvif,u8 aifsn) rtw89_aifsn_to_aifs() argument
340 u8 aifs, aifsn; ____rtw89_conf_tx_mu_edca() local
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h274 * @aifsn: Number of slots in Arbitration Interframe Space (before
289 u8 aifsn; member
406 * @aifsn: AIFSN
414 __le16 aifsn;
407 __le16 aifsn; global() member
/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c349 cmd->ac[txf].aifsn = ivp->queue_params[i].aifsn; in iwm_mac_ctxt_cmd_common()
H A Dif_iwmvar.h376 uint8_t aifsn;
375 uint8_t aifsn; global() member
H A Dif_iwmreg.h4033 * @aifsn: Number of slots in Arbitration Interframe Space (before
4048 uint8_t aifsn; member
H A Dif_iwm.c6232 ivp->queue_params[aci].aifsn = ac->wmep_aifsn; in iwm_wme_update()
/freebsd/contrib/wpa/src/ap/
H A Dwmm.c24 static inline u8 wmm_aci_aifsn(int aifsn, int acm, int aci) in wmm_aci_aifsn() argument
27 ret = (aifsn << WMM_AC_AIFNS_SHIFT) & WMM_AC_AIFSN_MASK; in wmm_aci_aifsn()
/freebsd/sys/dev/usb/wlan/
H A Dif_uathvar.h101 uint8_t aifsn; member
H A Dif_uath.c1477 qinfo.attr.aifs = htobe32(uath_wme_11g[ac].aifsn); in uath_wme_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c519 u8 aifsn; in mt7921_mcu_set_tx() member
580 e->aifsn = q->aifsn; in mt7921_mcu_set_tx()
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c337 struct rtw_vif *rtwvif, u8 aifsn) in rtw_aifsn_to_aifs() argument
346 return aifsn * slot_time + sifs; in rtw_aifsn_to_aifs()
/freebsd/sys/dev/iwi/
H A Dif_iwireg.h540 uint8_t aifsn[WME_NUM_AC]; member
H A Dif_iwi.c1027 sc->wme[1].aifsn[ac] = wmep->wmep_aifsn; in iwi_wme_init()
1035 sc->wme[2].aifsn[ac] = wmep->wmep_aifsn; in iwi_wme_init()
1056 sc->wme[0].aifsn[ac] = wmep->wmep_aifsn; in iwi_wme_setparams()
/freebsd/sys/net80211/
H A Dieee80211_proto.c1375 uint8_t aifsn; member
1493 wmep->wmep_aifsn = phy->aifsn; in _setifsparams()
1708 chanp->wmep_aifsn = bssp->wmep_aifsn = aggrParam[mode].aifsn; in ieee80211_wme_updateparams_locked()
/freebsd/sys/dev/wpi/
H A Dif_wpireg.h425 uint8_t aifsn; member
H A Dif_wpi.c3533 cmd.ac[aci].aifsn = ac->wmep_aifsn; in wpi_updateedca()
3541 "txoplimit=%d\n", aci, cmd.ac[aci].aifsn, in wpi_updateedca()
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h665 uint8_t aifsn; member
H A Dif_iwn.c5508 cmd.ac[aci].aifsn = ac->wmep_aifsn; in iwn_updateedca()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c502 ac[ucode_ac].aifsn = mvm_link->queue_params[i].aifs; in iwl_mvm_get_mac_type()
H A Dmac80211.c2498 trig_based_txf[ac].aifsn =
2499 cpu_to_le16(mu_edca->aifsn & 0xf); in iwl_mvm_protect_assoc()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h441 int aifsn, ecw_min_max, mu_edca_timer; member