Searched refs:wake_packet (Results 1 – 3 of 3) sorted by relevance
682 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member714 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member885 u8 wake_packet[1]; member
100 u8 *wake_packet; member470 wake_packet); in iwl_mld_handle_wake_pkt_notif()475 wowlan_status->wake_packet = kmemdup(notif->wake_packet, actual_size, in iwl_mld_handle_wake_pkt_notif()477 if (!wowlan_status->wake_packet) in iwl_mld_handle_wake_pkt_notif()495 const u8 *pktdata = wowlan_status->wake_packet; in iwl_mld_set_wake_packet()543 wakeup->packet = wowlan_status->wake_packet; in iwl_mld_set_wake_packet()604 if (wowlan_status->wake_packet) in iwl_mld_report_wowlan_wakeup()1901 kfree(resume_data.wowlan_status->wake_packet); in iwl_mld_wowlan_resume()
1468 u8 *wake_packet; member1525 if (status->wake_packet) { in iwl_mvm_report_wakeup_reasons()1528 const u8 *pktdata = status->wake_packet; in iwl_mvm_report_wakeup_reasons()1595 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()2436 status->wake_packet = \2437 kmemdup(data->wake_packet, \2440 if (!status->wake_packet) { \2445 status->wake_packet = NULL; \2973 status->wake_packet = kmemdup(notif->wake_packet, data_size, in iwl_mvm_wowlan_store_wake_pkt()2976 if (!status->wake_packet) in iwl_mvm_wowlan_store_wake_pkt()[all …]
Completed in 18 milliseconds