Lines Matching refs:wake_packet
1430 u8 *wake_packet; member
1483 if (status->wake_packet) { in iwl_mvm_report_wakeup_reasons()
1486 const u8 *pktdata = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
1553 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
2076 status->wake_packet = \
2077 kmemdup(data->wake_packet, \
2080 if (!status->wake_packet) { \
2085 status->wake_packet = NULL; \
2625 data_size = len - offsetof(struct iwl_wowlan_wake_pkt_notif, wake_packet); in iwl_mvm_wowlan_store_wake_pkt()
2631 status->wake_packet = kmemdup(notif->wake_packet, data_size, in iwl_mvm_wowlan_store_wake_pkt()
2634 if (!status->wake_packet) in iwl_mvm_wowlan_store_wake_pkt()
2949 kfree(d3_data.status->wake_packet); in __iwl_mvm_resume()