Home
last modified time | relevance | path

Searched refs:iot_peer (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/staging/rtl8723bs/hal/
A Dodm_EdcaTurboCheck.c67 u32 iot_peer = 0; in odm_EdcaTurboCheckCE() local
90 iot_peer = pmlmeinfo->assoc_AP_vendor; in odm_EdcaTurboCheckCE()
92 if (iot_peer >= HT_IOT_PEER_MAX) { in odm_EdcaTurboCheckCE()
120 if ((iot_peer == HT_IOT_PEER_CISCO) && in odm_EdcaTurboCheckCE()
122 EDCA_BE_DL = edca_setting_DL[iot_peer]; in odm_EdcaTurboCheckCE()
123 EDCA_BE_UL = edca_setting_UL[iot_peer]; in odm_EdcaTurboCheckCE()
124 } else if ((iot_peer == HT_IOT_PEER_CISCO) && in odm_EdcaTurboCheckCE()
129 } else if ((iot_peer == HT_IOT_PEER_AIRGO) && in odm_EdcaTurboCheckCE()
133 EDCA_BE_DL = edca_setting_DL[iot_peer]; in odm_EdcaTurboCheckCE()
134 EDCA_BE_UL = edca_setting_UL[iot_peer]; in odm_EdcaTurboCheckCE()
[all …]
/linux/drivers/staging/rtl8192e/
A Drtl819x_HTProc.c153 ht_info->iot_peer = HT_IOT_PEER_REALTEK; in ht_iot_peer_determine()
159 ht_info->iot_peer = HT_IOT_PEER_BROADCOM; in ht_iot_peer_determine()
163 ht_info->iot_peer = HT_IOT_PEER_BROADCOM; in ht_iot_peer_determine()
170 ht_info->iot_peer = HT_IOT_PEER_RALINK; in ht_iot_peer_determine()
174 ht_info->iot_peer = HT_IOT_PEER_ATHEROS; in ht_iot_peer_determine()
177 ht_info->iot_peer = HT_IOT_PEER_CISCO; in ht_iot_peer_determine()
180 ht_info->iot_peer = HT_IOT_PEER_MARVELL; in ht_iot_peer_determine()
182 ht_info->iot_peer = HT_IOT_PEER_AIRGO; in ht_iot_peer_determine()
184 ht_info->iot_peer = HT_IOT_PEER_UNKNOWN; in ht_iot_peer_determine()
226 ht_info->iot_peer = HT_IOT_PEER_UNKNOWN; in ht_reset_iot_setting()
[all …]
A Drtl819x_HT.h122 u8 iot_peer; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A Ddm.c996 u32 iot_peer = 0; in rtl8723be_dm_check_edca_turbo() local
1004 iot_peer = rtlpriv->mac80211.vendor; in rtl8723be_dm_check_edca_turbo()
1005 b_bias_on_rx = (iot_peer == PEER_RAL || iot_peer == PEER_ATH) ? in rtl8723be_dm_check_edca_turbo()
1011 if ((iot_peer == PEER_CISCO) && in rtl8723be_dm_check_edca_turbo()
1013 edca_be_dl = edca_setting_dl[iot_peer]; in rtl8723be_dm_check_edca_turbo()
1014 edca_be_ul = edca_setting_ul[iot_peer]; in rtl8723be_dm_check_edca_turbo()
/linux/drivers/staging/rtl8192e/rtl8192e/
A Drtl_dm.c1139 edca_setting_UL[ht_info->iot_peer]); in _rtl92e_dm_check_edca_turbo()
1147 edca_setting_DL_GMode[ht_info->iot_peer]); in _rtl92e_dm_check_edca_turbo()
1150 edca_setting_DL[ht_info->iot_peer]); in _rtl92e_dm_check_edca_turbo()
1161 edca_setting_DL_GMode[ht_info->iot_peer]); in _rtl92e_dm_check_edca_turbo()
1164 edca_setting_DL[ht_info->iot_peer]); in _rtl92e_dm_check_edca_turbo()
1171 edca_setting_UL[ht_info->iot_peer]); in _rtl92e_dm_check_edca_turbo()
1214 if (ht_info->iot_peer == HT_IOT_PEER_BROADCOM) { in _rtl92e_dm_cts_to_self()
1703 priv->rtllib->ht_info->iot_peer == HT_IOT_PEER_BROADCOM) { in _rtl92e_dm_check_fsync()
1806 if ((priv->rtllib->ht_info->iot_peer == HT_IOT_PEER_ATHEROS) && in _rtl92e_dm_dynamic_tx_power()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Ddm.c2487 u8 iot_peer = 0; in rtl8821ae_dm_check_edca_turbo() local
2514 iot_peer = rtlpriv->mac80211.vendor; in rtl8821ae_dm_check_edca_turbo()
2521 if ((iot_peer == PEER_CISCO) && in rtl8821ae_dm_check_edca_turbo()
2523 edca_be_dl = edca_setting_dl[iot_peer]; in rtl8821ae_dm_check_edca_turbo()
2524 edca_be_ul = edca_setting_ul[iot_peer]; in rtl8821ae_dm_check_edca_turbo()
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
A Dhalbtc8723b1ant.c2149 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723b1ant_run_coexist_mechanism() local
2230 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723b1ant_run_coexist_mechanism()
2232 if (iot_peer != BTC_IOT_PEER_CISCO && in halbtc8723b1ant_run_coexist_mechanism()
2233 iot_peer != BTC_IOT_PEER_BROADCOM) { in halbtc8723b1ant_run_coexist_mechanism()

Completed in 60 milliseconds