Searched refs:notif_v2 (Results 1 – 2 of 2) sorted by relevance
108 struct iwl_dts_measurement_notif_v2 *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()
3245 struct iwl_wowlan_info_notif_v2 *notif_v2; in iwl_mvm_wait_d3_notif() local3247 notif_v2 = kmemdup(notif_v1, sizeof(*notif_v2), GFP_ATOMIC); in iwl_mvm_wait_d3_notif()3249 if (!notif_v2) in iwl_mvm_wait_d3_notif()3252 notif_v2->tid_tear_down = notif_v1->tid_tear_down; in iwl_mvm_wait_d3_notif()3253 notif_v2->station_id = notif_v1->station_id; in iwl_mvm_wait_d3_notif()3254 memset_after(notif_v2, 0, station_id); in iwl_mvm_wait_d3_notif()3255 iwl_mvm_parse_wowlan_info_notif_v2(mvm, notif_v2, in iwl_mvm_wait_d3_notif()3258 kfree(notif_v2); in iwl_mvm_wait_d3_notif()3261 struct iwl_wowlan_info_notif_v2 *notif_v2 = in iwl_mvm_wait_d3_notif() local3264 iwl_mvm_parse_wowlan_info_notif_v2(mvm, notif_v2, in iwl_mvm_wait_d3_notif()