/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | 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/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 312 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 D | mac.h | 274 * @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 D | if_iwm_mac_ctxt.c | 349 cmd->ac[txf].aifsn = ivp->queue_params[i].aifsn; in iwm_mac_ctxt_cmd_common()
|
H A D | if_iwmvar.h | 376 uint8_t aifsn; 375 uint8_t aifsn; global() member
|
H A D | if_iwmreg.h | 4033 * @aifsn: Number of slots in Arbitration Interframe Space (before 4048 uint8_t aifsn; member
|
H A D | if_iwm.c | 6232 ivp->queue_params[aci].aifsn = ac->wmep_aifsn; in iwm_wme_update()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | 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/sys/dev/usb/wlan/ |
H A D | if_uathvar.h | 101 uint8_t aifsn; member
|
H A D | if_uath.c | 1477 qinfo.attr.aifs = htobe32(uath_wme_11g[ac].aifsn); in uath_wme_init()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mcu.c | 519 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 D | mac80211.c | 337 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 D | if_iwireg.h | 540 uint8_t aifsn[WME_NUM_AC]; member
|
H A D | 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/sys/net80211/ |
H A D | 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/sys/dev/wpi/ |
H A D | if_wpireg.h | 425 uint8_t aifsn; member
|
H A D | 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/sys/dev/iwn/ |
H A D | if_iwnreg.h | 665 uint8_t aifsn; member
|
H A D | if_iwn.c | 5508 cmd.ac[aci].aifsn = ac->wmep_aifsn; in iwn_updateedca()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 502 ac[ucode_ac].aifsn = mvm_link->queue_params[i].aifs; in iwl_mvm_get_mac_type()
|
H A D | mac80211.c | 2498 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 D | mac80211.h | 441 int aifsn, ecw_min_max, mu_edca_timer; member
|