| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | tx.c | 265 u8 cw_min = 5, cw_max = 10, hw_q = q2hwq(queue); in mt7601u_conf_tx() local 274 if (params->cw_max) in mt7601u_conf_tx() 275 cw_max = fls(params->cw_max); in mt7601u_conf_tx() 280 WARN_ON(cw_max > 0xf); in mt7601u_conf_tx() 284 FIELD_PREP(MT_EDCA_CFG_CWMAX, cw_max); in mt7601u_conf_tx() 312 val |= cw_max << MT_WMM_CWMAX_SHIFT(hw_q); in mt7601u_conf_tx()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A 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/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00mac.c | 699 if (params->cw_max > 0) in rt2x00mac_conf_tx() 700 queue->cw_max = fls(params->cw_max); in rt2x00mac_conf_tx() 702 queue->cw_max = 10; /* cw_min: 2^10 = 1024. */ in rt2x00mac_conf_tx() 709 queue_idx, queue->cw_min, queue->cw_max, queue->aifs, in rt2x00mac_conf_tx()
|
| H A D | rt2x00queue.h | 474 unsigned short cw_max; member
|
| H A D | rt2400pci.c | 557 const int cw_min, const int cw_max) in rt2400pci_config_cw() argument 563 rt2x00_set_field32(®, CSR11_CWMAX, cw_max); in rt2400pci_config_cw() 1678 rt2x00dev->tx->cw_min, rt2x00dev->tx->cw_max); in rt2400pci_conf_tx()
|
| /linux/include/net/ |
| H A D | regulatory.h | 197 u16 cw_max; member
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | acx.c | 958 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg() argument 965 "aifs %d txop %d", ac, cw_min, cw_max, aifs, txop); in wl1251_acx_ac_cfg() 973 acx->cw_max = cw_max; in wl1251_acx_ac_cfg()
|
| H A D | acx.h | 1254 u16 cw_max; member 1477 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max,
|
| /linux/net/mac80211/ |
| H A D | rc80211_minstrel_ht.h | 78 unsigned int cw_max; member
|
| H A D | driver-ops.c | 228 if (params->cw_min == 0 || params->cw_min > params->cw_max) { in drv_conf_tx() 235 sdata->name, params->cw_min, params->cw_max); in drv_conf_tx()
|
| H A D | tdls.c | 268 static u8 ieee80211_wmm_ecw(u16 cw_min, u16 cw_max) in ieee80211_wmm_ecw() argument 271 ((ilog2(cw_max + 1) << 0x4) & 0xf0); in ieee80211_wmm_ecw() 302 wmm->ac[i].cw = ieee80211_wmm_ecw(txq->cw_min, txq->cw_max); in ieee80211_tdls_add_wmm_param_ie()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A 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/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_rx.c | 897 u8 cw_max; in libipw_qos_convert_ac_to_parameters() local 908 cw_max = (ac_params->ecw_min_max & 0xF0) >> 4; in libipw_qos_convert_ac_to_parameters() 909 qos_param->cw_max[i] = cpu_to_le16((1 << cw_max) - 1); in libipw_qos_convert_ac_to_parameters()
|
| H A D | libipw.h | 555 __le16 cw_max[QOS_QUEUE_NUM]; member
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | mac.c | 467 u16 queue, u16 txop, u8 cw_min, u8 cw_max, u8 aifs) in rtl92c_init_edca_param() argument 477 value |= ((u32)cw_max & 0xF) << 12; in rtl92c_init_edca_param()
|
| H A D | hw.c | 1633 u16 cw_max = le16_to_cpu(mac->ac[e_aci].cw_max); in rtl92cu_set_hw_reg() local 1639 u4b_ac_param |= (u32) ((cw_max & 0xF) << in rtl92cu_set_hw_reg()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | hif_tx.c | 424 body->cw_max = cpu_to_le16(arg->cw_max); in wfx_hif_set_edca_queue_params()
|
| H A D | hif_api_cmd.h | 281 __le16 cw_max; member
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A 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()
|
| H A D | acx.h | 430 __le16 cw_max; member 1069 u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop);
|
| H A D | conf.h | 329 u16 cw_max; member
|
| H A D | init.c | 615 conf_ac->cw_min, conf_ac->cw_max, in wl1271_init_vif_specific()
|
| /linux/drivers/net/wireless/intel/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()
|
| /linux/drivers/net/wireless/intel/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()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | main.c | 416 params->cw_min, params->cw_max, params->txop); in p54_conf_tx()
|