Home
last modified time | relevance | path

Searched refs:ecw_min_max (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c578 e->cw_min = q->ecw_min_max & 0xf; in mt7921_mcu_set_tx()
579 e->cw_max = (q->ecw_min_max & 0xf0) >> 4; in mt7921_mcu_set_tx()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c354 FIELD_PREP(B_AX_MUEDCA_BE_PARAM_0_CW_MASK, mu_edca->ecw_min_max) | in ____rtw89_conf_tx_mu_edca()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h393 int aifsn, ecw_min_max, mu_edca_timer; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2286 cpu_to_le16(mu_edca->ecw_min_max & 0xf); in iwl_mvm_set_fw_mu_edca_params()
2288 cpu_to_le16((mu_edca->ecw_min_max & 0xf0) >> 4); in iwl_mvm_set_fw_mu_edca_params()