Searched refs:iot_peer (Results 1 – 4 of 4) sorted by relevance
85 u32 iot_peer = 0; in odm_EdcaTurboCheckCE() local108 iot_peer = pmlmeinfo->assoc_AP_vendor; in odm_EdcaTurboCheckCE()110 if (iot_peer >= HT_IOT_PEER_MAX) { in odm_EdcaTurboCheckCE()138 if ((iot_peer == HT_IOT_PEER_CISCO) && in odm_EdcaTurboCheckCE()140 EDCA_BE_DL = edca_setting_DL[iot_peer]; in odm_EdcaTurboCheckCE()141 EDCA_BE_UL = edca_setting_UL[iot_peer]; in odm_EdcaTurboCheckCE()142 } else if ((iot_peer == HT_IOT_PEER_CISCO) && in odm_EdcaTurboCheckCE()147 EDCA_BE_DL = edca_setting_DL_GMode[iot_peer]; in odm_EdcaTurboCheckCE()148 } else if ((iot_peer == HT_IOT_PEER_AIRGO) && in odm_EdcaTurboCheckCE()152 } else if (iot_peer == HT_IOT_PEER_MARVELL) { in odm_EdcaTurboCheckCE()[all …]
996 u32 iot_peer = 0; in rtl8723be_dm_check_edca_turbo() local1004 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()
2489 u8 iot_peer = 0; in rtl8821ae_dm_check_edca_turbo() local2516 iot_peer = rtlpriv->mac80211.vendor; in rtl8821ae_dm_check_edca_turbo()2523 if ((iot_peer == PEER_CISCO) && in rtl8821ae_dm_check_edca_turbo()2525 edca_be_dl = edca_setting_dl[iot_peer]; in rtl8821ae_dm_check_edca_turbo()2526 edca_be_ul = edca_setting_ul[iot_peer]; in rtl8821ae_dm_check_edca_turbo()
2150 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723b1ant_run_coexist_mechanism() local2231 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723b1ant_run_coexist_mechanism()2233 if (iot_peer != BTC_IOT_PEER_CISCO && in halbtc8723b1ant_run_coexist_mechanism()2234 iot_peer != BTC_IOT_PEER_BROADCOM) { in halbtc8723b1ant_run_coexist_mechanism()