Searched refs:cw_max (Results 1 - 25 of 86) sorted by relevance

1234

/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dtx.c265 u8 cw_min = 5, cw_max = 10, hw_q = q2hwq(queue); local
274 if (params->cw_max)
275 cw_max = fls(params->cw_max);
280 WARN_ON(cw_max > 0xf);
284 FIELD_PREP(MT_EDCA_CFG_CWMAX, cw_max);
312 val |= cw_max << MT_WMM_CWMAX_SHIFT(hw_q);
/linux-master/include/net/
H A Dregulatory.h192 * @cw_max: maximum contention window [like @cw_min]
199 u16 cw_max; member in struct:ieee80211_wmm_ac
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmac.c141 (ar->edcf[0].cw_max << 16));
143 (ar->edcf[1].cw_max << 16));
145 (ar->edcf[2].cw_max << 16));
147 (ar->edcf[3].cw_max << 16));
149 (ar->edcf[4].cw_max << 16));
/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h78 unsigned int cw_max; member in struct:minstrel_priv
H A Ddriver-ops.c220 if (params->cw_min == 0 || params->cw_min > params->cw_max) {
227 sdata->name, params->cw_min, params->cw_max);
H A Drc80211_minstrel_ht.c1408 cw = min((cw << 1) | 1, mp->cw_max);
1410 cw = min((cw << 1) | 1, mp->cw_max);
1428 cw = min((cw << 1) | 1, mp->cw_max);
1948 mp->cw_max = 1023;
/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54.h101 #define P54_SET_QUEUE(queue, ai_fs, cw_min, cw_max, _txop) \
105 queue.cwmax = cpu_to_le16(cw_max); \
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c699 if (params->cw_max > 0)
700 queue->cw_max = fls(params->cw_max);
702 queue->cw_max = 10; /* cw_min: 2^10 = 1024. */
709 queue_idx, queue->cw_min, queue->cw_max, queue->aifs,
H A Drt2x00queue.h444 * @cw_max: The cw max value for outgoing frames (field ignored in RX queue).
474 unsigned short cw_max; member in struct:data_queue
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_util.c493 u8 cw_min = 5, cw_max = 10, qid; local
500 if (params->cw_max)
501 cw_max = fls(params->cw_max);
506 FIELD_PREP(MT_EDCA_CFG_CWMAX, cw_max);
526 val |= cw_max << MT_WMM_CWMAX_SHIFT(qid);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c614 __le16 cw_max; member in struct:edca
633 u8 cw_max; member in struct:mu_edca
669 if (q->cw_max)
670 e->cw_max = cpu_to_le16(q->cw_max);
672 e->cw_max = cpu_to_le16(10);
694 e->cw_max = (q->ecw_min_max & 0xf0) >> 4;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c539 u16 cw_max = (1 << 10) - 1; local
546 if (params->cw_max)
547 cw_max = params->cw_max;
569 val |= cw_max << MT_WMM_CWMAX_SHIFT(queue);
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c993 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, argument
999 wl1251_debug(DEBUG_ACX, "acx ac cfg %d cw_ming %d cw_max %d "
1000 "aifs %d txop %d", ac, cw_min, cw_max, aifs, txop);
1008 acx->cw_max = cw_max;
/linux-master/drivers/net/wireless/intel/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 in struct:iwl_ac_qos
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c424 body->cw_max = cpu_to_le16(arg->cw_max);
H A Dhif_api_cmd.h281 __le16 cw_max; member in struct:wfx_hif_req_edca_queue_params
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c591 qi.tqi_cw_max = params->cw_max;
596 "aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n",
598 params->cw_max, params->txop);
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c1393 u8 cw_min, cw_max; local
1398 cw_max = fls(params->cw_max);
1406 cw_max << AC_PARAM_ECW_MAX_SHIFT |
1432 u8 cw_min, cw_max; local
1439 cw_max = fls(params->cw_max);
1446 (cw_max << 4) | cw_min);
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dmain.c128 .cw_max = 63,
135 .cw_max = 63,
142 .cw_max = 63,
149 .cw_max = 63,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c172 u16 cw_max, u16 txop)
183 e->cw_max = cpu_to_le16(cw_max);
171 mt7915_tm_set_wmm_qid(struct mt7915_phy *phy, u8 qid, u8 aifs, u8 cw_min, u16 cw_max, u16 txop) argument
H A Dmcu.h199 __le16 cw_max; member in struct:edca
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1346 u8 cw_min, cw_max; local
1352 cw_max = fls(params->cw_max);
1365 (params->txop << 16) | (cw_max << 12) |
1373 cw_min | (cw_max << 4));
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c826 u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop)
831 wl1271_debug(DEBUG_ACX, "acx ac cfg %d cw_ming %d cw_max %d "
832 "aifs %d txop %d", ac, cw_min, cw_max, aifsn, txop);
844 acx->cw_max = cpu_to_le16(cw_max);
825 wl1271_acx_ac_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop) argument
H A Dconf.h329 u16 cw_max; member in struct:conf_tx_ac_category
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c990 u8 cw_max; local
1001 cw_max = (ac_params->ecw_min_max & 0xF0) >> 4;
1002 qos_param->cw_max[i] = cpu_to_le16((1 << cw_max) - 1);

Completed in 257 milliseconds

1234