Searched refs:edca (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/wireless/st/cw1200/
H A Ddebug.c149 priv->edca.params[i].cwmin,
150 priv->edca.params[i].cwmax,
151 priv->edca.params[i].aifns,
152 priv->edca.params[i].txop_limit,
153 priv->edca.params[i].max_rx_lifetime);
H A Dwsm.c1581 struct wsm_edca_queue_params *edca; local
1587 /* search for a winner using edca params */
1594 edca = &priv->edca.params[i];
1595 score = ((edca->aifns + edca->cwmin) << 16) +
1596 ((edca->cwmax - edca->cwmin) *
1728 if (priv->edca.params[queue_num].txop_limit)
H A Dcw1200.h144 struct wsm_edca_params edca; member in struct:cw1200_common
H A Dsta.c64 WSM_EDCA_SET(&priv->edca, 0, 0x0002, 0x0003, 0x0007, 47, 0xc8, false);
65 WSM_EDCA_SET(&priv->edca, 1, 0x0002, 0x0007, 0x000f, 94, 0xc8, false);
66 WSM_EDCA_SET(&priv->edca, 2, 0x0003, 0x000f, 0x03ff, 0, 0xc8, false);
67 WSM_EDCA_SET(&priv->edca, 3, 0x0007, 0x000f, 0x03ff, 0, 0xc8, false);
68 ret = wsm_set_edca_params(priv, &priv->edca);
72 ret = cw1200_set_uapsd_param(priv, &priv->edca);
630 WSM_EDCA_SET(&priv->edca, queue, params->aifs,
634 ret = wsm_set_edca_params(priv, &priv->edca);
641 ret = cw1200_set_uapsd_param(priv, &priv->edca);
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c743 static void sort_wmm_ac_params(u32 *inx, u32 *edca) argument
751 if ((edca[j] & 0xFFFF) < (edca[i] & 0xFFFF)) {
753 } else if ((edca[j] & 0xFFFF) == (edca[i] & 0xFFFF)) {
755 if ((edca[j] >> 16) > (edca[i] >> 16))
760 swap(edca[i], edca[j]);
775 u32 edca[ local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h194 struct edca { struct
209 struct edca edca[IEEE80211_NUM_ACS]; member in struct:mt7915_mcu_tx
H A Dtestmode.c176 struct edca *e = &req.edca[0];
H A Dmcu.c2467 (IEEE80211_NUM_ACS - num) * sizeof(struct edca);
2486 struct edca *e = &req.edca[ac];
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c612 struct edca { struct
621 struct edca edca[IEEE80211_NUM_ACS]; member in struct:mt7921_mcu_tx
647 struct mu_edca edca[IEEE80211_NUM_ACS]; member in struct:mt7921_mcu_mu_tx
659 struct edca *e = &req.edca[to_aci[ac]];
691 e = &(req_mu.edca[to_aci[ac]]);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.h330 struct edca { struct
H A Dmcu.c921 int len = sizeof(hdr) + IEEE80211_NUM_ACS * sizeof(struct edca);
932 struct edca *e;
937 e = (struct edca *)tlv;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h284 struct edca { struct
H A Dmcu.c3135 int len = sizeof(hdr) + IEEE80211_NUM_ACS * sizeof(struct edca);
3146 struct edca *e;
3151 e = (struct edca *)tlv;

Completed in 231 milliseconds