| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76x02_util.c | 492 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 D | main.c | 530 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 D | mcu.c | 690 __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 D | if_iwm_mac_ctxt.c | 346 cmd->ac[txf].cw_max = htole16(ivp->queue_params[i].cw_max); in iwm_mac_ctxt_cmd_common()
|
| H A D | if_iwmvar.h | 374 uint16_t cw_max; 373 uint16_t cw_max; global() member
|
| H A D | if_iwmreg.h | 4031 * @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 D | testmode.c | 172 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 D | mcu.h | 199 __le16 cw_max; member
|
| H A D | mcu.c | 2572 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 D | mac.h | 288 __le16 cw_max; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | link.c | 206 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 D | mcu.c | 1809 __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 D | if_iwxvar.h | 883 uint16_t cw_max; member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mcu.h | 341 u8 cw_max; member
|
| H A D | mcu.c | 1193 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 D | ap_drv_ops.c | 731 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 D | ap_drv_ops.h | 85 int cw_min, int cw_max, int burst_time);
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mcu.h | 291 u8 cw_max; member
|
| H A D | mcu.c | 3502 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 D | mac-ctxt.c | 493 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 D | debugfs-vif.c | 222 mvmvif->deflink.queue_params[i].cw_max, in iwl_dbgfs_mac_params_read()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | mac80211.c | 369 ecw_max = ilog2(params->cw_max + 1); in __rtw_conf_tx()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver.h | 3851 int cw_max, int burst_time, int link_id);
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 782 uint16_t cw_max; member
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac80211.c | 415 ecw_max = ilog2(params->cw_max + 1); in ____rtw89_conf_tx_edca()
|