Searched refs:wl_rssi_state (Results 1 – 2 of 2) sorted by relevance
415 rssi_state = coex_dm->wl_rssi_state[i]; in rtw_coex_update_wl_link_info()420 coex_dm->wl_rssi_state[i] = rssi_state; in rtw_coex_update_wl_link_info()560 rssi_state = coex_dm->wl_rssi_state[i]; in rtw_coex_update_bt_link_info()565 coex_dm->wl_rssi_state[i] = rssi_state; in rtw_coex_update_bt_link_info()1197 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[0])) in rtw_coex_action_freerun()1199 else if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_freerun()1201 else if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[2])) in rtw_coex_action_freerun()1275 COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) { in rtw_coex_action_bt_idle()1532 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_a2dp()1646 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_a2dp_hid()[all …]
1251 u8 wl_rssi_state[4]; member