| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7915/ |
| HD | testmode.c | 200 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-head/sys/contrib/dev/iwlwifi/fw/api/ |
| HD | mac.h | 289 u8 aifsn; member 414 __le16 aifsn; member
|
| /freebsd-head/sys/dev/iwm/ |
| HD | if_iwm_mac_ctxt.c | 349 cmd->ac[txf].aifsn = ivp->queue_params[i].aifsn; in iwm_mac_ctxt_cmd_common()
|
| HD | if_iwmvar.h | 376 uint8_t aifsn; member
|
| HD | if_iwmreg.h | 4048 uint8_t aifsn; member
|
| HD | if_iwm.c | 6232 ivp->queue_params[aci].aifsn = ac->wmep_aifsn; in iwm_wme_update()
|
| /freebsd-head/contrib/wpa/src/ap/ |
| HD | wmm.c | 24 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-head/sys/contrib/dev/rtw89/ |
| HD | mac80211.c | 392 struct rtw89_vif_link *rtwvif_link, u8 aifsn) in rtw89_aifsn_to_aifs() argument 409 return aifsn * slot_time + sifs; in rtw89_aifsn_to_aifs() 447 u8 aifs, aifsn; in ____rtw89_conf_tx_mu_edca() local 456 aifsn = FIELD_GET(GENMASK(3, 0), mu_edca->aifsn); in ____rtw89_conf_tx_mu_edca() 457 aifs = aifsn ? rtw89_aifsn_to_aifs(rtwdev, rtwvif_link, aifsn) : 0; in ____rtw89_conf_tx_mu_edca()
|
| /freebsd-head/sys/dev/usb/wlan/ |
| HD | if_uathvar.h | 101 uint8_t aifsn; member
|
| HD | if_uath.c | 1483 qinfo.attr.aifs = htobe32(uath_wme_11g[ac].aifsn); in uath_wme_init()
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7921/ |
| HD | mcu.c | 706 u8 aifsn; in mt7921_mcu_set_tx() member 767 e->aifsn = q->aifsn; in mt7921_mcu_set_tx()
|
| /freebsd-head/sys/contrib/dev/rtw88/ |
| HD | mac80211.c | 348 struct rtw_vif *rtwvif, u8 aifsn) in rtw_aifsn_to_aifs() argument 357 return aifsn * slot_time + sifs; in rtw_aifsn_to_aifs()
|
| /freebsd-head/sys/dev/iwi/ |
| HD | if_iwireg.h | 540 uint8_t aifsn[WME_NUM_AC]; member
|
| HD | if_iwi.c | 1027 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-head/sys/dev/iwx/ |
| HD | if_iwxvar.h | 886 uint8_t aifsn; member
|
| HD | if_iwxreg.h | 4459 uint8_t aifsn; member
|
| HD | if_iwx.c | 6816 cmd->ac[txf].aifsn = chp.cap_wmeParams[i].wmep_aifsn;
|
| /freebsd-head/sys/net80211/ |
| HD | ieee80211_proto.c | 1375 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-head/sys/dev/wpi/ |
| HD | if_wpireg.h | 425 uint8_t aifsn; member
|
| HD | if_wpi.c | 3533 cmd.ac[aci].aifsn = ac->wmep_aifsn; in wpi_updateedca() 3541 "txoplimit=%d\n", aci, cmd.ac[aci].aifsn, in wpi_updateedca()
|
| /freebsd-head/sys/dev/iwn/ |
| HD | if_iwnreg.h | 665 uint8_t aifsn; member
|
| HD | if_iwn.c | 5508 cmd.ac[aci].aifsn = ac->wmep_aifsn; in iwn_updateedca()
|
| /freebsd-head/sys/contrib/dev/iwlwifi/mvm/ |
| HD | mac-ctxt.c | 502 ac[ucode_ac].aifsn = mvm_link->queue_params[i].aifs; in iwl_mvm_set_fw_qos_params()
|
| HD | mac80211.c | 2498 trig_based_txf[ac].aifsn = in iwl_mvm_set_fw_mu_edca_params() 2499 cpu_to_le16(mu_edca->aifsn & 0xf); in iwl_mvm_set_fw_mu_edca_params()
|
| /freebsd-head/sys/compat/linuxkpi/common/include/net/ |
| HD | mac80211.h | 418 int aifsn, ecw_min_max, mu_edca_timer; member
|