Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c493 u8 cw_min = 5, cw_max = 10, qid; in mt76x02_conf_tx() local
500 if (params->cw_max) in mt76x02_conf_tx()
501 cw_max = fls(params->cw_max); in mt76x02_conf_tx()
506 FIELD_PREP(MT_EDCA_CFG_CWMAX, cw_max); in mt76x02_conf_tx()
526 val |= cw_max << MT_WMM_CWMAX_SHIFT(qid); in mt76x02_conf_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c499 __le16 cw_max; in mt7921_mcu_set_tx() member
518 u8 cw_max; in mt7921_mcu_set_tx() member
554 if (q->cw_max) in mt7921_mcu_set_tx()
555 e->cw_max = cpu_to_le16(q->cw_max); in mt7921_mcu_set_tx()
557 e->cw_max = cpu_to_le16(10); in mt7921_mcu_set_tx()
579 e->cw_max = (q->ecw_min_max & 0xf0) >> 4; in mt7921_mcu_set_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c539 u16 cw_max = (1 << 10) - 1; in mt7603_conf_tx() local
546 if (params->cw_max) in mt7603_conf_tx()
547 cw_max = params->cw_max; in mt7603_conf_tx()
569 val |= cw_max << MT_WMM_CWMAX_SHIFT(queue); in mt7603_conf_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
H A Dif_iwm.c6234 ivp->queue_params[aci].cw_max = IWM_EXP2(ac->wmep_logcwmax); in iwm_wme_update()
/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.c2485 if (q->cw_max) in mt7915_mcu_set_tx()
2486 e->cw_max = cpu_to_le16(fls(q->cw_max)); in mt7915_mcu_set_tx()
2488 e->cw_max = cpu_to_le16(10); in mt7915_mcu_set_tx()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h272 * @cw_max: Contention window, max value in numbers of slots.
283 * transmission retry. Device uses cw_max as a bit mask, ANDed with new CW
288 __le16 cw_max; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c1803 __le16 cw_max; in mt7615_mcu_set_wmm() member
1811 .cw_max = cpu_to_le16(10), in mt7615_mcu_set_wmm()
1817 if (params->cw_max) in mt7615_mcu_set_wmm()
1818 req.cw_max = cpu_to_le16(fls(params->cw_max)); in mt7615_mcu_set_wmm()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h170 u8 cw_max; member
H A Dmcu.c2712 if (q->cw_max) in mt7996_mcu_set_tx()
2713 e->cw_max = fls(q->cw_max); in mt7996_mcu_set_tx()
2715 e->cw_max = 10; in mt7996_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/iwlwifi/mvm/
H A Dmac-ctxt.c498 ac[ucode_ac].cw_max = in iwl_mvm_set_fw_qos_params()
499 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.c358 ecw_max = ilog2(params->cw_max + 1); in __rtw_conf_tx()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c335 ecw_max = ilog2(params->cw_max + 1); in ____rtw89_conf_tx_mu_edca()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3851 int cw_max, int burst_time, int link_id);
H A Ddriver_nl80211.c8116 int cw_min, int cw_max, int burst_time, in i802_set_tx_queue_params() argument
8161 nla_put_u16(msg, NL80211_TXQ_ATTR_CWMAX, cw_max) || in i802_set_tx_queue_params()
8176 link_id, queue, aifs, cw_min, cw_max, burst_time, res); in i802_set_tx_queue_params()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h802 uint16_t cw_max; member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3382 txqp.cw_max = wmep->wmep_logcwmax; in lkpi_wme_update()
3583 txqp.cw_max = 1023; in lkpi_ic_vap_create()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c4048 p->cwmax = params->cw_max; in ath12k_mac_op_conf_tx()

12