Searched refs:wake_packet (Results 1 – 3 of 3) sorted by relevance
742 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member774 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member984 u8 wake_packet[1]; member
107 u8 *wake_packet; member686 wake_packet); in iwl_mld_handle_wake_pkt_notif()691 wowlan_status->wake_packet = kmemdup(notif->wake_packet, actual_size, in iwl_mld_handle_wake_pkt_notif()693 if (!wowlan_status->wake_packet) in iwl_mld_handle_wake_pkt_notif()711 const u8 *pktdata = wowlan_status->wake_packet; in iwl_mld_set_wake_packet()759 wakeup->packet = wowlan_status->wake_packet; in iwl_mld_set_wake_packet()820 if (wowlan_status->wake_packet) in iwl_mld_report_wowlan_wakeup()2054 kfree(resume_data.wowlan_status->wake_packet); in iwl_mld_wowlan_resume()
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 …]