Searched refs:wl_rssi_state (Results 1 – 2 of 2) sorted by relevance
404 rssi_state = coex_dm->wl_rssi_state[i]; in rtw_coex_update_wl_link_info()409 coex_dm->wl_rssi_state[i] = rssi_state; in rtw_coex_update_wl_link_info()549 rssi_state = coex_dm->wl_rssi_state[i]; in rtw_coex_update_bt_link_info()554 coex_dm->wl_rssi_state[i] = rssi_state; in rtw_coex_update_bt_link_info()1175 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[0])) in rtw_coex_action_freerun()1177 else if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_freerun()1179 else if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[2])) in rtw_coex_action_freerun()1253 COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) { in rtw_coex_action_bt_idle()1493 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_a2dp()1606 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_a2dp_hid()[all …]
947 u8 wl_rssi_state[4]; member