Home
last modified time | relevance | path

Searched refs:wme (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.c1221 wme_param_t *wme; in dhd_conf_update_wme() local
1224 wme = &conf->wme_sta; in dhd_conf_update_wme()
1226 wme = &conf->wme_ap; in dhd_conf_update_wme()
1235 if (wme->aifsn[aci] > 0) in dhd_conf_update_wme()
1236 aifsn = wme->aifsn[aci]; in dhd_conf_update_wme()
1237 if (wme->ecwmin[aci] > 0) in dhd_conf_update_wme()
1238 ecwmin = wme->ecwmin[aci]; in dhd_conf_update_wme()
1239 if (wme->ecwmax[aci] > 0) in dhd_conf_update_wme()
1240 ecwmax = wme->ecwmax[aci]; in dhd_conf_update_wme()
1241 if (wme->txop[aci] > 0) in dhd_conf_update_wme()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.c2254 wme_param_t *wme; in dhd_conf_update_wme() local
2257 wme = &conf->wme_sta; in dhd_conf_update_wme()
2259 wme = &conf->wme_ap; in dhd_conf_update_wme()
2268 if (wme->aifsn[aci] > 0) in dhd_conf_update_wme()
2269 aifsn = wme->aifsn[aci]; in dhd_conf_update_wme()
2270 if (wme->ecwmin[aci] > 0) in dhd_conf_update_wme()
2271 ecwmin = wme->ecwmin[aci]; in dhd_conf_update_wme()
2272 if (wme->ecwmax[aci] > 0) in dhd_conf_update_wme()
2273 ecwmax = wme->ecwmax[aci]; in dhd_conf_update_wme()
2274 if (wme->txop[aci] > 0) in dhd_conf_update_wme()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.c2135 wme_param_t *wme; in dhd_conf_update_wme() local
2138 wme = &conf->wme_sta; in dhd_conf_update_wme()
2140 wme = &conf->wme_ap; in dhd_conf_update_wme()
2149 if (wme->aifsn[aci] > 0) in dhd_conf_update_wme()
2150 aifsn = wme->aifsn[aci]; in dhd_conf_update_wme()
2151 if (wme->ecwmin[aci] > 0) in dhd_conf_update_wme()
2152 ecwmin = wme->ecwmin[aci]; in dhd_conf_update_wme()
2153 if (wme->ecwmax[aci] > 0) in dhd_conf_update_wme()
2154 ecwmax = wme->ecwmax[aci]; in dhd_conf_update_wme()
2155 if (wme->txop[aci] > 0) in dhd_conf_update_wme()
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A DMakefile32 wme.o \
H A Dwme.c152 qos = sta->sta.wme; in __ieee80211_select_queue()
H A Dibss.c1043 if (sta && !sta->sta.wme && in ieee80211_update_sta_info()
1046 sta->sta.wme = true; in ieee80211_update_sta_info()
H A Dmesh_plink.c518 sta->sta.wme = true; in __mesh_sta_info_alloc()
H A Dsta_info.c1397 bool qos = sta->sta.wme; in ieee80211_send_null_response()
2477 if (sta->sta.wme) in sta_set_sinfo()
H A Dtx.c2579 wme_sta = sta->sta.wme; in ieee80211_build_hdr()
2773 wme_sta = sta->sta.wme; in ieee80211_build_hdr()
3052 if (sta->sta.wme) { in ieee80211_check_fast_xmit()
5174 qos = sta && sta->sta.wme; in ieee80211_nullfunc_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1449 sta->addr, sta->wme, sta->aid, in rsi_mac80211_sta_add()
1526 sta->addr, sta->wme, in rsi_mac80211_sta_remove()
1546 bss->qos = sta->wme; in rsi_mac80211_sta_remove()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dieee80211.h668 u8 *wme; member
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-writecache.c1017 struct wc_memory_entry wme; in writecache_resume() local
1023 r = copy_mc_to_kernel(&wme, memory_entry(wc, e), in writecache_resume()
1031 e->original_sector = le64_to_cpu(wme.original_sector); in writecache_resume()
1032 e->seq_count = le64_to_cpu(wme.seq_count); in writecache_resume()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dieee80211.h1081 u8 *wme; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1268 generic->qos = sta->wme; in mt7915_mcu_wtbl_generic_tlv()
1336 basic->qos = sta->wme; in mt7915_mcu_sta_basic_tlv()
1479 if (vif->type != NL80211_IFTYPE_AP || !sta->wme) in mt7915_mcu_sta_uapsd_tlv()
2054 u32 cap = sta->wme ? STA_CAP_WMM : 0; in mt7915_mcu_sta_rate_ctrl_tlv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1608 if (sta->wme && tid != IWL_MGMT_TID) { in iwl_mvm_rx_tx_cmd_single()
1738 if (WARN_ON_ONCE(!sta || !sta->wme)) { in iwl_mvm_rx_tx_cmd_agg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c1416 if (sta->wme) { in ath11k_peer_assoc_h_qos()
1422 if (sta->wme && sta->uapsd_queues) { in ath11k_peer_assoc_h_qos()
1430 if (sta->wme) { in ath11k_peer_assoc_h_qos()
2745 if (!sta->wme) { in ath11k_station_assoc()
2752 if (sta->wme && sta->uapsd_queues) { in ath11k_station_assoc()
2773 if (!sta->wme) { in ath11k_station_disassoc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1548 cmd->wmm = sta->wme ? 1 : 0; in wl12xx_cmd_add_peer()
1553 if (sta->wme && (sta->uapsd_queues & BIT(i))) in wl12xx_cmd_add_peer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c2405 if (sta->wme && sta->uapsd_queues) { in ath10k_peer_assoc_qos_ap()
2655 if (sta->wme) in ath10k_peer_assoc_h_qos()
2658 if (sta->wme && sta->uapsd_queues) { in ath10k_peer_assoc_h_qos()
2664 if (sta->wme) in ath10k_peer_assoc_h_qos()
2668 if (sta->wme) in ath10k_peer_assoc_h_qos()
3134 if (!sta->wme) { in ath10k_station_assoc()
3170 if (!sta->wme) { in ath10k_station_disassoc()
6914 if (!sta->wme) in ath10k_mac_set_tid_config()
7297 if (sta_vif != iter_data->curr_vif || !sta->wme) in ath10k_mac_vif_stations_tid_conf()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_ieee80211.c722 elems->wme = pos; in rtw_ieee802_11_parse_vendor_specific()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1104 static bool brcms_b_attach_dmapio(struct brcms_c_info *wlc, uint j, bool wme) in brcms_b_attach_dmapio() argument
1127 (wme ? dmareg(DMA_TX, 0) : 0), in brcms_b_attach_dmapio()
1129 (wme ? NTXD : 0), NRXD, in brcms_b_attach_dmapio()
4389 bool wme = false; in brcms_b_attach() local
4404 wme = true; in brcms_b_attach()
4641 if (!brcms_b_attach_dmapio(wlc, j, wme)) { in brcms_b_attach()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c901 elems->wme = pos; in rtw_ieee802_11_parse_vendor_specific()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dieee80211.h1604 u8 *wme; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c1055 basic->qos = sta->wme; in mt7615_mcu_sta_basic_tlv()
1088 if (vif->type != NL80211_IFTYPE_AP || !sta->wme) in mt7615_mcu_sta_uapsd()
1176 generic->qos = sta->wme; in mt7615_mcu_wtbl_generic_tlv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dieee80211.h1679 u8 *wme; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dieee80211.h1676 u8 *wme; member

123