Lines Matching refs:notif

728 	struct iwl_bt_coex_profile_notif_old *notif = &mvm->last_bt_notif_old;  in iwl_mvm_bt_udpate_ctrl_kill_msk()  local
729 u32 primary_lut = le32_to_cpu(notif->primary_ch_lut); in iwl_mvm_bt_udpate_ctrl_kill_msk()
730 u32 ag = le32_to_cpu(notif->bt_activity_grading); in iwl_mvm_bt_udpate_ctrl_kill_msk()
818 struct iwl_bt_coex_profile_notif_old *notif; member
882 bt_activity_grading = le32_to_cpu(data->notif->bt_activity_grading); in iwl_mvm_bt_notif_iterator()
895 data->notif->rrc_enabled & BIT(mvmvif->phy_ctxt->id)) in iwl_mvm_bt_notif_iterator()
900 mvmvif->id, data->notif->bt_status, bt_activity_grading, in iwl_mvm_bt_notif_iterator()
955 !data->notif->bt_status) { in iwl_mvm_bt_notif_iterator()
983 .notif = &mvm->last_bt_notif_old, in iwl_mvm_bt_coex_notif_handle()
1065 struct iwl_bt_coex_profile_notif_old *notif = (void *)pkt->data; in iwl_mvm_rx_bt_coex_notif_old() local
1069 notif->bt_status ? "ON" : "OFF"); in iwl_mvm_rx_bt_coex_notif_old()
1070 IWL_DEBUG_COEX(mvm, "\tBT open conn %d\n", notif->bt_open_conn); in iwl_mvm_rx_bt_coex_notif_old()
1071 IWL_DEBUG_COEX(mvm, "\tBT ci compliance %d\n", notif->bt_ci_compliance); in iwl_mvm_rx_bt_coex_notif_old()
1073 le32_to_cpu(notif->primary_ch_lut)); in iwl_mvm_rx_bt_coex_notif_old()
1075 le32_to_cpu(notif->secondary_ch_lut)); in iwl_mvm_rx_bt_coex_notif_old()
1077 le32_to_cpu(notif->bt_activity_grading)); in iwl_mvm_rx_bt_coex_notif_old()
1079 notif->bt_agg_traffic_load); in iwl_mvm_rx_bt_coex_notif_old()
1082 memcpy(&mvm->last_bt_notif_old, notif, sizeof(mvm->last_bt_notif_old)); in iwl_mvm_rx_bt_coex_notif_old()