Home
last modified time | relevance | path

Searched refs:cw_min (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c290 u_int32_t cw_min, chan_cw_min, value; in ar9300_reset_tx_queue() local
317 for (cw_min = 1; cw_min < chan_cw_min; cw_min = (cw_min << 1) | 1) {} in ar9300_reset_tx_queue()
319 cw_min = qi->tqi_cwmin; in ar9300_reset_tx_queue()
327 OS_REG_WRITE(ah, AR_DLCL_IFS(q), SM(cw_min, AR_D_LCL_IFS_CWMIN) in ar9300_reset_tx_queue()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c493 u8 cw_min = 5, cw_max = 10, qid; in mt76x02_conf_tx() local
498 if (params->cw_min) in mt76x02_conf_tx()
499 cw_min = fls(params->cw_min); in mt76x02_conf_tx()
505 FIELD_PREP(MT_EDCA_CFG_CWMIN, cw_min) | in mt76x02_conf_tx()
521 val |= cw_min << MT_WMM_CWMIN_SHIFT(qid); in mt76x02_conf_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c498 __le16 cw_min; in mt7921_mcu_set_tx() member
517 u8 cw_min; in mt7921_mcu_set_tx() member
549 if (q->cw_min) in mt7921_mcu_set_tx()
550 e->cw_min = cpu_to_le16(q->cw_min); in mt7921_mcu_set_tx()
552 e->cw_min = cpu_to_le16(5); in mt7921_mcu_set_tx()
578 e->cw_min = q->ecw_min_max & 0xf; in mt7921_mcu_set_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c538 u16 cw_min = (1 << 5) - 1; in mt7603_conf_tx() local
544 if (params->cw_min) in mt7603_conf_tx()
545 cw_min = params->cw_min; in mt7603_conf_tx()
564 val |= cw_min << MT_WMM_CWMIN_SHIFT(queue); in mt7603_conf_tx()
/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c345 cmd->ac[txf].cw_min = htole16(ivp->queue_params[i].cw_min); in iwm_mac_ctxt_cmd_common()
H A Dif_iwmvar.h373 uint16_t cw_min;
372 uint16_t cw_min; global() member
H A Dif_iwmreg.h4029 * @cw_min: Contention window, start value in numbers of slots.
4046 uint16_t cw_min; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c171 mt7915_tm_set_wmm_qid(struct mt7915_phy *phy, u8 qid, u8 aifs, u8 cw_min, in mt7915_tm_set_wmm_qid() argument
182 e->cw_min = cw_min; in mt7915_tm_set_wmm_qid()
H A Dmcu.h198 u8 cw_min; member
H A Dmcu.c2480 if (q->cw_min) in mt7915_mcu_set_tx()
2481 e->cw_min = fls(q->cw_min); in mt7915_mcu_set_tx()
2483 e->cw_min = 5; in mt7915_mcu_set_tx()
/freebsd/sys/dev/bwi/
H A Dbwimac.c1341 uint16_t cw_min; in bwi_mac_bss_param_init() local
1380 cw_min = IEEE80211_CW_MIN_0; in bwi_mac_bss_param_init()
1382 cw_min = IEEE80211_CW_MIN_1; in bwi_mac_bss_param_init()
1383 MOBJ_WRITE_2(mac, BWI_80211_MOBJ, BWI_80211_MOBJ_CWMIN, cw_min); in bwi_mac_bss_param_init()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h270 * @cw_min: Contention window, start value in numbers of slots.
287 __le16 cw_min; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c1802 u8 cw_min; in mt7615_mcu_set_wmm() member
1810 .cw_min = 5, in mt7615_mcu_set_wmm()
1815 if (params->cw_min) in mt7615_mcu_set_wmm()
1816 req.cw_min = fls(params->cw_min); in mt7615_mcu_set_wmm()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h169 u8 cw_min; member
H A Dmcu.c2707 if (q->cw_min) in mt7996_mcu_set_tx()
2708 e->cw_min = fls(q->cw_min); in mt7996_mcu_set_tx()
2710 e->cw_min = 5; 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.c496 ac[ucode_ac].cw_min = in iwl_mvm_set_fw_qos_params()
497 cpu_to_le16(mvm_link->queue_params[i].cw_min); in iwl_mvm_set_fw_qos_params()
H A Ddebugfs-vif.c221 mvmvif->deflink.queue_params[i].cw_min, in iwl_dbgfs_mac_params_read()
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c359 ecw_min = ilog2(params->cw_min + 1); in __rtw_conf_tx()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c336 ecw_min = ilog2(params->cw_min + 1); in ____rtw89_conf_tx_mu_edca()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3850 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
H A Ddriver_nl80211.c8116 int cw_min, int cw_max, int burst_time, in i802_set_tx_queue_params() argument
8160 nla_put_u16(msg, NL80211_TXQ_ATTR_CWMIN, cw_min) || 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.h801 uint16_t cw_min; member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3381 txqp.cw_min = wmep->wmep_logcwmin; in lkpi_wme_update()
3582 txqp.cw_min = 15; in lkpi_ic_vap_create()

12