/Linux-v5.15/drivers/net/wireless/mediatek/mt7601u/ |
D | tx.c | 264 u8 cw_min = 5, cw_max = 10, hw_q = q2hwq(queue); in mt7601u_conf_tx() local 273 if (params->cw_max) in mt7601u_conf_tx() 274 cw_max = fls(params->cw_max); in mt7601u_conf_tx() 279 WARN_ON(cw_max > 0xf); in mt7601u_conf_tx() 283 FIELD_PREP(MT_EDCA_CFG_CWMAX, cw_max); in mt7601u_conf_tx() 311 val |= cw_max << MT_WMM_CWMAX_SHIFT(hw_q); in mt7601u_conf_tx()
|
/Linux-v5.15/drivers/net/wireless/ath/carl9170/ |
D | mac.c | 141 (ar->edcf[0].cw_max << 16)); in carl9170_set_qos() 143 (ar->edcf[1].cw_max << 16)); in carl9170_set_qos() 145 (ar->edcf[2].cw_max << 16)); in carl9170_set_qos() 147 (ar->edcf[3].cw_max << 16)); in carl9170_set_qos() 149 (ar->edcf[4].cw_max << 16)); in carl9170_set_qos()
|
/Linux-v5.15/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00mac.c | 687 if (params->cw_max > 0) in rt2x00mac_conf_tx() 688 queue->cw_max = fls(params->cw_max); in rt2x00mac_conf_tx() 690 queue->cw_max = 10; /* cw_min: 2^10 = 1024. */ in rt2x00mac_conf_tx() 697 queue_idx, queue->cw_min, queue->cw_max, queue->aifs, in rt2x00mac_conf_tx()
|
D | rt2x00queue.h | 474 unsigned short cw_max; member
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_util.c | 486 u8 cw_min = 5, cw_max = 10, qid; in mt76x02_conf_tx() local 493 if (params->cw_max) in mt76x02_conf_tx() 494 cw_max = fls(params->cw_max); in mt76x02_conf_tx() 499 FIELD_PREP(MT_EDCA_CFG_CWMAX, cw_max); in mt76x02_conf_tx() 519 val |= cw_max << MT_WMM_CWMAX_SHIFT(qid); in mt76x02_conf_tx()
|
/Linux-v5.15/drivers/net/wireless/intersil/p54/ |
D | p54.h | 101 #define P54_SET_QUEUE(queue, ai_fs, cw_min, cw_max, _txop) \ argument 105 queue.cwmax = cpu_to_le16(cw_max); \
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | main.c | 514 u16 cw_max = (1 << 10) - 1; in mt7603_conf_tx() local 521 if (params->cw_max) in mt7603_conf_tx() 522 cw_max = params->cw_max; in mt7603_conf_tx() 544 val |= cw_max << MT_WMM_CWMAX_SHIFT(queue); in mt7603_conf_tx()
|
/Linux-v5.15/include/net/ |
D | regulatory.h | 207 u16 cw_max; member
|
/Linux-v5.15/net/mac80211/ |
D | driver-ops.c | 193 if (params->cw_min == 0 || params->cw_min > params->cw_max) { in drv_conf_tx() 200 sdata->name, params->cw_min, params->cw_max); in drv_conf_tx()
|
D | rc80211_minstrel_ht.h | 79 unsigned int cw_max; member
|
/Linux-v5.15/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 993 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg() argument 1000 "aifs %d txop %d", ac, cw_min, cw_max, aifs, txop); in wl1251_acx_ac_cfg() 1008 acx->cw_max = cw_max; in wl1251_acx_ac_cfg()
|
D | acx.h | 1254 u16 cw_max; member 1478 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max,
|
/Linux-v5.15/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | dev.c | 1389 u8 cw_min, cw_max; in rtl8187se_conf_ac_parm() local 1394 cw_max = fls(params->cw_max); in rtl8187se_conf_ac_parm() 1402 cw_max << AC_PARAM_ECW_MAX_SHIFT | in rtl8187se_conf_ac_parm() 1427 u8 cw_min, cw_max; in rtl8180_conf_tx() local 1434 cw_max = fls(params->cw_max); in rtl8180_conf_tx() 1441 (cw_max << 4) | cw_min); in rtl8180_conf_tx()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | testmode.c | 170 u16 cw_max, u16 txop) in mt7915_tm_set_wmm_qid() argument 180 e->cw_max = cpu_to_le16(cw_max); in mt7915_tm_set_wmm_qid()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | mcu.c | 1028 __le16 cw_max; in mt7921_mcu_set_tx() member 1060 if (q->cw_max) in mt7921_mcu_set_tx() 1061 e->cw_max = cpu_to_le16(fls(q->cw_max)); in mt7921_mcu_set_tx() 1063 e->cw_max = cpu_to_le16(10); in mt7921_mcu_set_tx()
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | mac.h | 285 __le16 cw_max; member
|
/Linux-v5.15/drivers/staging/wfx/ |
D | hif_tx.c | 408 body->cw_max = cpu_to_le16(arg->cw_max); in hif_set_edca_queue_params()
|
/Linux-v5.15/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 591 qi.tqi_cw_max = params->cw_max; in ath5k_conf_tx() 598 params->cw_max, params->txop); in ath5k_conf_tx()
|
/Linux-v5.15/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 128 .cw_max = 63, 135 .cw_max = 63, 142 .cw_max = 63, 149 .cw_max = 63,
|
/Linux-v5.15/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | dev.c | 1345 u8 cw_min, cw_max; in rtl8187_conf_tx() local 1351 cw_max = fls(params->cw_max); in rtl8187_conf_tx() 1364 (params->txop << 16) | (cw_max << 12) | in rtl8187_conf_tx() 1372 cw_min | (cw_max << 4)); in rtl8187_conf_tx()
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | mac.c | 466 u16 queue, u16 txop, u8 cw_min, u8 cw_max, u8 aifs) in rtl92c_init_edca_param() argument 476 value |= ((u32)cw_max & 0xF) << 12; in rtl92c_init_edca_param()
|
/Linux-v5.15/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 269 .cw_max = 63, 276 .cw_max = 63, 283 .cw_max = 63, 290 .cw_max = 63,
|
/Linux-v5.15/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 990 u8 cw_max; in libipw_qos_convert_ac_to_parameters() local 1001 cw_max = (ac_params->ecw_min_max & 0xF0) >> 4; in libipw_qos_convert_ac_to_parameters() 1002 qos_param->cw_max[i] = cpu_to_le16((1 << cw_max) - 1); in libipw_qos_convert_ac_to_parameters()
|
/Linux-v5.15/drivers/net/wireless/ti/wlcore/ |
D | acx.h | 430 __le16 cw_max; member 1069 u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop);
|
D | acx.c | 826 u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop) in wl1271_acx_ac_cfg() argument 832 "aifs %d txop %d", ac, cw_min, cw_max, aifsn, txop); in wl1271_acx_ac_cfg() 844 acx->cw_max = cpu_to_le16(cw_max); in wl1271_acx_ac_cfg()
|