Searched refs:notif_v2 (Results 1 – 2 of 2) sorted by relevance
108 struct iwl_dts_measurement_notif *notif_v2; in iwl_mvm_temp_notif() local125 if (WARN_ON_ONCE(len < sizeof(*notif_v2))) { in iwl_mvm_temp_notif()130 notif_v2 = (void *)pkt->data; in iwl_mvm_temp_notif()131 ths_crossed = le32_to_cpu(notif_v2->threshold_idx); in iwl_mvm_temp_notif()
3306 struct iwl_wowlan_info_notif_v2 *notif_v2; in iwl_mvm_wait_d3_notif() local3308 notif_v2 = kmemdup(notif_v1, sizeof(*notif_v2), GFP_ATOMIC); in iwl_mvm_wait_d3_notif()3310 if (!notif_v2) in iwl_mvm_wait_d3_notif()3313 notif_v2->tid_tear_down = notif_v1->tid_tear_down; in iwl_mvm_wait_d3_notif()3314 notif_v2->station_id = notif_v1->station_id; in iwl_mvm_wait_d3_notif()3315 memset_after(notif_v2, 0, station_id); in iwl_mvm_wait_d3_notif()3316 iwl_mvm_parse_wowlan_info_notif_v2(mvm, notif_v2, in iwl_mvm_wait_d3_notif()3319 kfree(notif_v2); in iwl_mvm_wait_d3_notif()3322 struct iwl_wowlan_info_notif_v2 *notif_v2 = in iwl_mvm_wait_d3_notif() local3325 iwl_mvm_parse_wowlan_info_notif_v2(mvm, notif_v2, in iwl_mvm_wait_d3_notif()