Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_EdcaTurboCheck.c85 u32 iot_peer = 0; in odm_EdcaTurboCheckCE() local
108 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_dm.c377 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
378 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
384 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
414 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
416 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
422 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
460 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
461 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
462 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
465 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_dm.c569 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
570 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
576 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
606 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
608 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
614 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
652 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
653 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
654 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
657 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_dm.c569 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
570 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
576 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
606 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
608 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
614 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
652 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
653 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
654 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
657 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_dm.c567 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
568 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
574 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
604 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
606 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
612 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
650 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
651 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
652 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
655 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_dm.c613 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
614 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
620 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
650 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
652 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
658 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
696 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
697 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
698 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
701 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_dm.c610 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
611 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
617 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
647 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
649 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
655 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
693 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
694 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
695 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
698 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_dm.c613 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
614 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
620 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
650 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
652 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
658 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
696 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
697 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
698 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
701 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_dm.c615 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
616 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
622 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
652 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
654 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
660 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
698 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
699 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
700 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
703 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_dm.c574 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
575 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
581 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
611 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
613 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
619 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
657 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
658 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
659 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
662 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_dm.c614 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
615 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
621 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
651 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
653 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
659 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
697 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
698 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
699 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
702 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_dm.c576 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
577 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
583 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
613 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
615 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
621 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
659 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
660 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
661 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
664 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_dm.c613 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
614 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
620 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
650 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
652 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
658 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
696 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
697 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
698 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
701 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_dm.c610 u32 EDCA_BE_UL = edca_setting_UL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
611 u32 EDCA_BE_DL = edca_setting_DL[p_mgnt_info->iot_peer]; in rtw_hal_turbo_edca()
617 u8 iot_peer = 0; in rtw_hal_turbo_edca() local
647 iot_peer = pmlmeinfo->assoc_AP_vendor; in rtw_hal_turbo_edca()
649 if (iot_peer >= HT_IOT_PEER_MAX) { in rtw_hal_turbo_edca()
655 if ((iot_peer == HT_IOT_PEER_RALINK) || (iot_peer == HT_IOT_PEER_ATHEROS)) in rtw_hal_turbo_edca()
693 if ((iot_peer == HT_IOT_PEER_CISCO) && (wireless_mode == ODM_WM_N24G)) { in rtw_hal_turbo_edca()
694 EDCA_BE_DL = edca_setting_DL[iot_peer]; in rtw_hal_turbo_edca()
695 EDCA_BE_UL = edca_setting_UL[iot_peer]; in rtw_hal_turbo_edca()
698 …else if ((iot_peer == HT_IOT_PEER_CISCO) && ((wireless_mode == ODM_WM_G) || (wireless_mode == (ODM… in rtw_hal_turbo_edca()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_rainfo.h411 u8 iot_peer,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/btc/
H A Dhalbtc8703b1ant.c2493 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8703b1ant_action_bt_sco_hid_only_busy() local
2498 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8703b1ant_action_bt_sco_hid_only_busy()
2500 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8703b1ant_action_bt_sco_hid_only_busy()
2617 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8703b1ant_action_wifi_connected_bt_acl_busy() local
2622 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8703b1ant_action_wifi_connected_bt_acl_busy()
2632 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8703b1ant_action_wifi_connected_bt_acl_busy()
2857 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8703b1ant_run_coexist_mechanism() local
2982 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8703b1ant_run_coexist_mechanism()
2984 if (BTC_IOT_PEER_CISCO == iot_peer) { in halbtc8703b1ant_run_coexist_mechanism()
H A Dhalbtc8723b1ant.c2165 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; local
2170 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer);
2235 if (iot_peer == BTC_IOT_PEER_ATHEROS) {
2257 if (iot_peer == BTC_IOT_PEER_ATHEROS)
2542 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; local
2626 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer);
2629 if ((BTC_IOT_PEER_CISCO != iot_peer) &&
2630 (BTC_IOT_PEER_BROADCOM != iot_peer)) {
H A Dhalbtc8821c1ant.c3130 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8821c1ant_action_bt_sco_hid_only_busy() local
3135 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8821c1ant_action_bt_sco_hid_only_busy()
3137 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8821c1ant_action_bt_sco_hid_only_busy()
3265 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8821c1ant_action_wifi_connected_bt_acl_busy() local
3272 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8821c1ant_action_wifi_connected_bt_acl_busy()
3282 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8821c1ant_action_wifi_connected_bt_acl_busy()
3518 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8821c1ant_run_coexist_mechanism() local
3690 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8821c1ant_run_coexist_mechanism()
3692 if (BTC_IOT_PEER_CISCO == iot_peer) { in halbtc8821c1ant_run_coexist_mechanism()
H A Dhalbtc8723d1ant.c2771 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723d1ant_action_bt_sco_hid_only_busy() local
2776 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_action_bt_sco_hid_only_busy()
2778 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8723d1ant_action_bt_sco_hid_only_busy()
2895 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723d1ant_action_wifi_connected_bt_acl_busy() local
2900 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_action_wifi_connected_bt_acl_busy()
2910 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8723d1ant_action_wifi_connected_bt_acl_busy()
3140 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723d1ant_run_coexist_mechanism() local
3289 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_run_coexist_mechanism()
3291 if (BTC_IOT_PEER_CISCO == iot_peer) { in halbtc8723d1ant_run_coexist_mechanism()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/btc/
H A Dhalbtc8703b1ant.c2555 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8703b1ant_action_bt_sco_hid_only_busy() local
2560 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8703b1ant_action_bt_sco_hid_only_busy()
2562 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8703b1ant_action_bt_sco_hid_only_busy()
2686 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8703b1ant_action_wifi_connected_bt_acl_busy() local
2691 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8703b1ant_action_wifi_connected_bt_acl_busy()
2701 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8703b1ant_action_wifi_connected_bt_acl_busy()
2926 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8703b1ant_run_coexist_mechanism() local
3051 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8703b1ant_run_coexist_mechanism()
3053 if (BTC_IOT_PEER_CISCO == iot_peer) { in halbtc8703b1ant_run_coexist_mechanism()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.c2489 u8 iot_peer = 0; in rtl8821ae_dm_check_edca_turbo() local
2516 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/btc/
H A Dhalbtc8723d1ant.c2854 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723d1ant_action_bt_sco_hid_only_busy() local
2859 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_action_bt_sco_hid_only_busy()
2861 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8723d1ant_action_bt_sco_hid_only_busy()
3052 u8 iot_peer = BTC_IOT_PEER_UNKNOWN, table_case, tdma_case; in halbtc8723d1ant_action_wifi_connected_bt_acl_busy() local
3058 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_action_wifi_connected_bt_acl_busy()
3331 u8 agg_buf_size = 5, iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723d1ant_run_coexist_mechanism() local
3491 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_run_coexist_mechanism()
3493 if (BTC_IOT_PEER_CISCO == iot_peer) { in halbtc8723d1ant_run_coexist_mechanism()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/btc/
H A Dhalbtc8723d1ant.c2850 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723d1ant_action_bt_sco_hid_only_busy() local
2855 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_action_bt_sco_hid_only_busy()
2857 if ((iot_peer == BTC_IOT_PEER_ATHEROS) && (coex_sta->cck_lock_ever)) in halbtc8723d1ant_action_bt_sco_hid_only_busy()
3052 u8 iot_peer = BTC_IOT_PEER_UNKNOWN, table_case, tdma_case; in halbtc8723d1ant_action_wifi_connected_bt_acl_busy() local
3058 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_action_wifi_connected_bt_acl_busy()
3330 u8 agg_buf_size = 5, iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723d1ant_run_coexist_mechanism() local
3490 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723d1ant_run_coexist_mechanism()
3492 if (BTC_IOT_PEER_CISCO == iot_peer) { in halbtc8723d1ant_run_coexist_mechanism()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8723b1ant.c2150 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723b1ant_run_coexist_mechanism() local
2231 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()

12