Lines Matching refs:last_bt_notif

125 		ret = le32_to_cpu(mvm->last_bt_notif.primary_ch_lut);  in iwl_get_coex_type()
127 ret = le32_to_cpu(mvm->last_bt_notif.secondary_ch_lut); in iwl_get_coex_type()
171 memset(&mvm->last_bt_notif, 0, sizeof(mvm->last_bt_notif)); in iwl_mvm_send_bt_init_conf()
284 wifi_loss_mid_high_rssi = mvm->last_bt_notif.wifi_loss_mid_high_rssi; in iwl_mvm_bt_coex_calculate_esr_mode()
285 wifi_loss_low_rssi = mvm->last_bt_notif.wifi_loss_low_rssi; in iwl_mvm_bt_coex_calculate_esr_mode()
406 (mvm->last_bt_notif.rrc_status & BIT(link_info->phy_ctxt->id))) in iwl_mvm_bt_notif_per_link()
475 le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) == BT_OFF || in iwl_mvm_bt_notif_per_link()
561 .notif = &mvm->last_bt_notif, in iwl_mvm_bt_coex_notif_handle()
655 memcpy(&mvm->last_bt_notif, notif, sizeof(mvm->last_bt_notif)); in iwl_mvm_rx_bt_coex_old_notif()
696 if (le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) == BT_OFF) in iwl_mvm_bt_rssi_event()
731 if (mvm->last_bt_notif.ttc_status & BIT(phy_ctxt->id)) in iwl_mvm_coex_agg_time_limit()
734 if (le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) < in iwl_mvm_coex_agg_time_limit()
755 if (mvm->last_bt_notif.ttc_status & BIT(phy_ctxt->id)) in iwl_mvm_bt_coex_is_mimo_allowed()
758 if (le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) < in iwl_mvm_bt_coex_is_mimo_allowed()
778 return le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) < in iwl_mvm_bt_coex_is_ant_avail()
784 return le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) < BT_HIGH_TRAFFIC; in iwl_mvm_bt_coex_is_shared_ant_avail()
790 u32 bt_activity = le32_to_cpu(mvm->last_bt_notif.bt_activity_grading); in iwl_mvm_bt_coex_is_tpc_allowed()