Searched refs:wake_packet (Results 1 – 2 of 2) sorted by relevance
662 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member694 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member732 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member770 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member854 u8 wake_packet[1]; member
1442 u8 *wake_packet; member1495 if (status->wake_packet) { in iwl_mvm_report_wakeup_reasons()1498 const u8 *pktdata = status->wake_packet; in iwl_mvm_report_wakeup_reasons()1565 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()2251 status->wake_packet = \2252 kmemdup(data->wake_packet, \2255 if (!status->wake_packet) { \2260 status->wake_packet = NULL; \2796 data_size = len - offsetof(struct iwl_wowlan_wake_pkt_notif, wake_packet); in iwl_mvm_wowlan_store_wake_pkt()2802 status->wake_packet = kmemdup(notif->wake_packet, data_size, in iwl_mvm_wowlan_store_wake_pkt()[all …]