Home
last modified time | relevance | path

Searched refs:sta_id (Results 1 – 25 of 143) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c22 static int iwl_sta_ucode_activate(struct iwl_priv *priv, u8 sta_id) in iwl_sta_ucode_activate() argument
26 if (sta_id >= IWLAGN_STATION_COUNT) { in iwl_sta_ucode_activate()
27 IWL_ERR(priv, "invalid sta_id %u\n", sta_id); in iwl_sta_ucode_activate()
30 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate()
33 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate()
35 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate()
39 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate()
41 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate()
43 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate()
97 u8 sta_id __maybe_unused = sta->sta.sta_id; in iwl_send_add_sta()
[all …]
H A Dtx.c51 struct ieee80211_hdr *hdr, u8 sta_id) in iwlagn_tx_cmd_build_basic() argument
76 tx_cmd->sta_id = sta_id; in iwlagn_tx_cmd_build_basic()
243 int sta_id; in iwl_sta_id_or_broadcast() local
248 sta_id = iwl_sta_id(sta); in iwl_sta_id_or_broadcast()
254 WARN_ON(sta_id == IWL_INVALID_STATION); in iwl_sta_id_or_broadcast()
256 return sta_id; in iwl_sta_id_or_broadcast()
275 u8 sta_id, tid = IWL_MAX_TID_COUNT; in iwlagn_tx_skb() local
314 sta_id = ctx->bcast_sta_id; in iwlagn_tx_skb()
317 sta_id = iwl_sta_id_or_broadcast(ctx, sta); in iwlagn_tx_skb()
318 if (sta_id == IWL_INVALID_STATION) { in iwlagn_tx_skb()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c85 int sta_id; in iwl_mvm_find_free_sta_id() local
98 for (sta_id = 0; sta_id < mvm->fw->ucode_capa.num_stations; sta_id++) { in iwl_mvm_find_free_sta_id()
99 if (BIT(sta_id) & reserved_ids) in iwl_mvm_find_free_sta_id()
102 if (!rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_find_free_sta_id()
104 return sta_id; in iwl_mvm_find_free_sta_id()
115 .sta_id = mvm_sta->sta_id, in iwl_mvm_sta_send_to_fw()
295 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_rx_agg_session_expired()
324 u8 sta_id; in iwl_mvm_invalidate_sta_queue() local
329 sta_id = mvm->queue_info[queue].ra_sta_id; in iwl_mvm_invalidate_sta_queue()
333 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_invalidate_sta_queue()
[all …]
H A Dtx.c203 struct ieee80211_tx_info *info, u8 sta_id) in iwl_mvm_set_tx_cmd() argument
295 tx_cmd->sta_id = sta_id; in iwl_mvm_set_tx_cmd()
496 struct ieee80211_sta *sta, u8 sta_id) in iwl_mvm_set_tx_params() argument
583 iwl_mvm_set_tx_cmd(mvm, skb, tx_cmd, info, sta_id); in iwl_mvm_set_tx_params()
715 u8 sta_id; in iwl_mvm_tx_skb_non_sta() local
741 sta_id = mvmvif->bcast_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
743 sta_id = mvmvif->mcast_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
748 sta_id = mvm->snif_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
759 sta_id = mvm->aux_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
772 IWL_DEBUG_TX(mvm, "station Id %d, queue=%d\n", sta_id, queue); in iwl_mvm_tx_skb_non_sta()
[all …]
H A Dtdls.c153 tdls_cfg_cmd.sta_info[cnt].sta_id = i; in iwl_mvm_tdls_config()
266 u32 sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_rx_tdls_notif() local
276 if (WARN_ON(sta_id >= mvm->fw->ucode_capa.num_stations)) in iwl_mvm_rx_tdls_notif()
279 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_rx_tdls_notif()
428 cmd.peer_sta_id = cpu_to_le32(mvmsta->sta_id); in iwl_mvm_tdls_config_channel_switch()
473 mvmsta->sta_id); in iwl_mvm_tdls_config_channel_switch()
490 mvm->tdls_cs.cur_sta_id = mvmsta->sta_id; in iwl_mvm_tdls_config_channel_switch()
524 if (mvm->tdls_cs.peer.sta_id == IWL_MVM_INVALID_STA) in iwl_mvm_tdls_ch_switch_work()
528 mvm->fw_id_to_mac_id[mvm->tdls_cs.peer.sta_id], in iwl_mvm_tdls_ch_switch_work()
573 if (mvm->tdls_cs.peer.sta_id != IWL_MVM_INVALID_STA) { in iwl_mvm_tdls_channel_switch()
[all …]
H A Dsf.c213 static int iwl_mvm_sf_config(struct iwl_mvm *mvm, u8 sta_id, in iwl_mvm_sf_config() argument
237 if (sta_id == IWL_MVM_INVALID_STA) { in iwl_mvm_sf_config()
243 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_sf_config()
278 u8 sta_id = IWL_MVM_INVALID_STA; in iwl_mvm_sf_update() local
314 sta_id = data.sta_vif_ap_sta_id; in iwl_mvm_sf_update()
323 sta_id = mvmvif->ap_sta_id; in iwl_mvm_sf_update()
334 return iwl_mvm_sf_config(mvm, sta_id, new_state); in iwl_mvm_sf_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c930 scan->tx_cmd.sta_id = il->hw_params.bcast_id; in il4965_request_scan()
1051 il4965_free_tfds_in_queue(struct il_priv *il, int sta_id, int tid, int freed) in il4965_free_tfds_in_queue() argument
1055 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed) in il4965_free_tfds_in_queue()
1056 il->stations[sta_id].tid[tid].tfds_in_queue -= freed; in il4965_free_tfds_in_queue()
1059 il->stations[sta_id].tid[tid].tfds_in_queue, freed); in il4965_free_tfds_in_queue()
1060 il->stations[sta_id].tid[tid].tfds_in_queue = 0; in il4965_free_tfds_in_queue()
1507 tx_cmd->sta_id = std_id; in il4965_tx_cmd_build_basic()
1599 int sta_id) in il4965_tx_cmd_build_hwcrypto() argument
1662 u8 sta_id; in il4965_tx_skb() local
1690 sta_id = il->hw_params.bcast_id; in il4965_tx_skb()
[all …]
H A Dcommon.c1738 il_sta_ucode_activate(struct il_priv *il, u8 sta_id) in il_sta_ucode_activate() argument
1741 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate()
1743 sta_id, il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1745 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate()
1747 " in uCode (according to driver)\n", sta_id, in il_sta_ucode_activate()
1748 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1750 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate()
1751 D_ASSOC("Added STA id %u addr %pM to uCode\n", sta_id, in il_sta_ucode_activate()
1752 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1760 u8 sta_id = addsta->sta.sta_id; in il_process_add_sta_resp() local
[all …]
H A D3945-mac.c118 struct ieee80211_key_conf *keyconf, u8 sta_id) in il3945_set_ccmp_dynamic_key_info() argument
127 if (sta_id == il->hw_params.bcast_id) in il3945_set_ccmp_dynamic_key_info()
135 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il3945_set_ccmp_dynamic_key_info()
136 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il3945_set_ccmp_dynamic_key_info()
137 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il3945_set_ccmp_dynamic_key_info()
139 memcpy(il->stations[sta_id].sta.key.key, keyconf->key, keyconf->keylen); in il3945_set_ccmp_dynamic_key_info()
141 if ((il->stations[sta_id].sta.key. in il3945_set_ccmp_dynamic_key_info()
143 il->stations[sta_id].sta.key.key_offset = in il3945_set_ccmp_dynamic_key_info()
148 WARN(il->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET, in il3945_set_ccmp_dynamic_key_info()
151 il->stations[sta_id].sta.key.key_flags = key_flags; in il3945_set_ccmp_dynamic_key_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h300 u8 sta_id; member
386 u8 sta_id; member
415 u8 sta_id; member
472 u8 sta_id; member
493 __le32 sta_id; member
510 __le32 sta_id; member
540 __le32 sta_id; member
H A Dtdls.h154 __le32 sta_id; member
166 u8 sta_id; member
204 __le16 sta_id; member
H A Dtx.h280 u8 sta_id; member
670 u8 sta_id; member
755 u8 sta_id; member
907 __le32 sta_id; member
935 u8 sta_id; member
955 u8 sta_id; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dhw.c76 struct comp_id nic_id, sta_id; in determine_fw_capabilities() local
104 err = HERMES_READ_RECORD(hw, USER_BAP, HERMES_RID_STAID, &sta_id); in determine_fw_capabilities()
111 le16_to_cpus(&sta_id.id); in determine_fw_capabilities()
112 le16_to_cpus(&sta_id.variant); in determine_fw_capabilities()
113 le16_to_cpus(&sta_id.major); in determine_fw_capabilities()
114 le16_to_cpus(&sta_id.minor); in determine_fw_capabilities()
116 sta_id.id, sta_id.variant, sta_id.major, sta_id.minor); in determine_fw_capabilities()
118 switch (sta_id.id) { in determine_fw_capabilities()
153 sta_id.major, sta_id.minor); in determine_fw_capabilities()
155 firmver = ((unsigned long)sta_id.major << 16) | sta_id.minor; in determine_fw_capabilities()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/
H A Dhaltxbf8192e.c231 u16 sta_id = 0; in hal_txbf_8192e_enter() local
270 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
272 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
275 sta_id); in hal_txbf_8192e_enter()
279 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
282 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
290 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
293 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbf8192e.c231 u16 sta_id = 0; in hal_txbf_8192e_enter() local
270 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
272 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
275 sta_id); in hal_txbf_8192e_enter()
279 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
282 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
290 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
293 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbf8192e.c230 u16 sta_id = 0; in hal_txbf_8192e_enter() local
269 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
271 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
274 sta_id); in hal_txbf_8192e_enter()
278 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
281 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
289 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
292 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/
H A Dhaltxbf8192e.c230 u16 sta_id = 0; in hal_txbf_8192e_enter() local
269 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
271 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
274 sta_id); in hal_txbf_8192e_enter()
278 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
281 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
289 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
292 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbf8192e.c230 u16 sta_id = 0; in hal_txbf_8192e_enter() local
269 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
271 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
274 sta_id); in hal_txbf_8192e_enter()
278 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
281 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
289 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
292 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/
H A Dhaltxbf8192e.c231 u16 sta_id = 0; in hal_txbf_8192e_enter() local
270 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
272 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
275 sta_id); in hal_txbf_8192e_enter()
279 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
282 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
290 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
293 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbf8192e.c230 u16 sta_id = 0; in hal_txbf_8192e_enter() local
269 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
271 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
274 sta_id); in hal_txbf_8192e_enter()
278 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
281 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
289 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
292 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/
H A Dhaltxbf8192e.c240 u16 sta_id = 0; in hal_txbf_8192e_enter() local
280 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
282 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
284 PHYDM_DBG(p_dm, DBG_TXBF, ("[%s], sta_id=0x%X\n", __func__, sta_id)); in hal_txbf_8192e_enter()
288 odm_write_2byte(p_dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
291 odm_write_2byte(p_dm, REG_TXBF_CTRL_8192E+2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
299 odm_write_2byte(p_dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
302 odm_write_2byte(p_dm, REG_ASSOCIATED_BFMEE_SEL_8192E+2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbf8192e.c231 u16 sta_id = 0; in hal_txbf_8192e_enter() local
270 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
272 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
275 sta_id); in hal_txbf_8192e_enter()
279 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
282 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
290 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
293 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbf8192e.c231 u16 sta_id = 0; in hal_txbf_8192e_enter() local
270 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
272 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
275 sta_id); in hal_txbf_8192e_enter()
279 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
282 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
290 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
293 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/txbf/
H A Dhaltxbf8192e.c230 u16 sta_id = 0; in hal_txbf_8192e_enter() local
269 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
271 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
274 sta_id); in hal_txbf_8192e_enter()
278 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
281 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
289 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
292 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/txbf/
H A Dhaltxbf8192e.c230 u16 sta_id = 0; in hal_txbf_8192e_enter() local
269 sta_id = beamformee_entry.mac_id; in hal_txbf_8192e_enter()
271 sta_id = beamformee_entry.p_aid; in hal_txbf_8192e_enter()
274 sta_id); in hal_txbf_8192e_enter()
278 odm_write_2byte(dm, REG_TXBF_CTRL_8192E, sta_id); in hal_txbf_8192e_enter()
281 odm_write_2byte(dm, REG_TXBF_CTRL_8192E + 2, sta_id | BIT(12) | BIT(14) | BIT(15)); in hal_txbf_8192e_enter()
289 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E, sta_id | BIT(9)); in hal_txbf_8192e_enter()
292 odm_write_2byte(dm, REG_ASSOCIATED_BFMEE_SEL_8192E + 2, sta_id | 0xE200); in hal_txbf_8192e_enter()

123456