Searched refs:wake_packet (Results 1 – 2 of 2) sorted by relevance
95 * @wake_packet: wakeup packet received113 u8 *wake_packet;703 wake_packet); in iwl_mld_set_wake_packet() 708 wowlan_status->wake_packet = kmemdup(notif->wake_packet, actual_size, in iwl_mld_set_wake_packet() 710 if (!wowlan_status->wake_packet) in iwl_mld_set_wake_packet() 728 const u8 *pktdata = wowlan_status->wake_packet; in iwl_mld_set_wake_packet() 776 wakeup->packet = wowlan_status->wake_packet; in iwl_mld_report_wowlan_wakeup() 837 if (wowlan_status->wake_packet)2185 kfree(resume_data.wowlan_status->wake_packet);107 u8 *wake_packet; global() member [all...]
1444 u8 *wake_packet; member1501 if (status->wake_packet) { in iwl_mvm_report_wakeup_reasons()1504 const u8 *pktdata = status->wake_packet; in iwl_mvm_report_wakeup_reasons()1571 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()2264 status->wake_packet = \2265 kmemdup(data->wake_packet, \2268 if (!status->wake_packet) { \2273 status->wake_packet = NULL; \2778 data_size = len - offsetof(struct iwl_wowlan_wake_pkt_notif, wake_packet); in iwl_mvm_wowlan_store_wake_pkt()2784 status->wake_packet = kmemdup(notif->wake_packet, data_size, in iwl_mvm_wowlan_store_wake_pkt()[all …]