Home
last modified time | relevance | path

Searched refs:cw_max (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c492 u8 cw_min = 5, cw_max = 10, qid; in mt76x02_conf_tx() local
499 if (params->cw_max) in mt76x02_conf_tx()
500 cw_max = fls(params->cw_max); in mt76x02_conf_tx()
505 FIELD_PREP(MT_EDCA_CFG_CWMAX, cw_max); in mt76x02_conf_tx()
525 val |= cw_max << MT_WMM_CWMAX_SHIFT(qid); in mt76x02_conf_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c530 u16 cw_max = (1 << 10) - 1; in mt7603_conf_tx() local
537 if (params->cw_max) in mt7603_conf_tx()
538 cw_max = params->cw_max; in mt7603_conf_tx()
560 val |= cw_max << MT_WMM_CWMAX_SHIFT(queue); in mt7603_conf_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c690 __le16 cw_max; in mt7921_mcu_set_tx() member
709 u8 cw_max; in mt7921_mcu_set_tx() member
745 if (q->cw_max) in mt7921_mcu_set_tx()
746 e->cw_max = cpu_to_le16(q->cw_max); in mt7921_mcu_set_tx()
748 e->cw_max = cpu_to_le16(10); in mt7921_mcu_set_tx()
770 e->cw_max = (q->ecw_min_max & 0xf0) >> 4; in mt7921_mcu_set_tx()
/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c346 cmd->ac[txf].cw_max = htole16(ivp->queue_params[i].cw_max); in iwm_mac_ctxt_cmd_common()
H A Dif_iwmvar.h374 uint16_t cw_max;
373 uint16_t cw_max; global() member
H A Dif_iwmreg.h4031 * @cw_max: Contention window, max value in numbers of slots.
4042 * transmission retry. Device uses cw_max as a bit mask, ANDed with new CW
4047 uint16_t cw_max; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c172 u16 cw_max, u16 txop) in mt7915_tm_set_wmm_qid() argument
183 e->cw_max = cpu_to_le16(cw_max); in mt7915_tm_set_wmm_qid()
H A Dmcu.h199 __le16 cw_max; member
H A Dmcu.c2572 if (q->cw_max) in mt7915_mcu_set_tx()
2573 e->cw_max = cpu_to_le16(fls(q->cw_max)); in mt7915_mcu_set_tx()
2575 e->cw_max = cpu_to_le16(10); in mt7915_mcu_set_tx()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h288 __le16 cw_max; member
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dlink.c206 ac[fw_ac].cw_max = in iwl_mld_fill_qos_params()
207 cpu_to_le16(mld_link->queue_params[mac_ac].cw_max); in iwl_mld_fill_qos_params()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c1809 __le16 cw_max; in mt7615_mcu_set_wmm() member
1817 .cw_max = cpu_to_le16(10), in mt7615_mcu_set_wmm()
1823 if (params->cw_max) in mt7615_mcu_set_wmm()
1824 req.cw_max = cpu_to_le16(fls(params->cw_max)); in mt7615_mcu_set_wmm()
/freebsd/sys/dev/iwx/
H A Dif_iwxvar.h883 uint16_t cw_max; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.h341 u8 cw_max; member
H A Dmcu.c1193 if (q->cw_max) in mt7925_mcu_set_tx()
1194 e->cw_max = fls(q->cw_max); in mt7925_mcu_set_tx()
1196 e->cw_max = 10; in mt7925_mcu_set_tx()
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c731 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument
744 cw_min, cw_max, burst_time, in hostapd_set_tx_queue_params()
H A Dap_drv_ops.h85 int cw_min, int cw_max, int burst_time);
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h291 u8 cw_max; member
H A Dmcu.c3502 if (q->cw_max) in mt7996_mcu_set_tx()
3503 e->cw_max = fls(q->cw_max); in mt7996_mcu_set_tx()
3505 e->cw_max = 10; in mt7996_mcu_set_tx()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c493 ac[ucode_ac].cw_max = in iwl_mvm_set_fw_qos_params()
494 cpu_to_le16(mvm_link->queue_params[i].cw_max); in iwl_mvm_set_fw_qos_params()
H A Ddebugfs-vif.c222 mvmvif->deflink.queue_params[i].cw_max, in iwl_dbgfs_mac_params_read()
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c369 ecw_max = ilog2(params->cw_max + 1); in __rtw_conf_tx()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3851 int cw_max, int burst_time, int link_id);
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h782 uint16_t cw_max; member
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c415 ecw_max = ilog2(params->cw_max + 1); in ____rtw89_conf_tx_edca()

12