Lines Matching defs:wake_packet
1472 u8 *wake_packet;
1529 if (status->wake_packet) {
1532 const u8 *pktdata = status->wake_packet;
1599 wakeup.packet = status->wake_packet;
2605 status->wake_packet = \
2606 kmemdup(data->wake_packet, \
2609 if (!status->wake_packet) { \
2614 status->wake_packet = NULL; \
3152 data_size = len - offsetof(struct iwl_wowlan_wake_pkt_notif, wake_packet);
3158 status->wake_packet = kmemdup(notif->wake_packet, data_size,
3161 if (!status->wake_packet)
3534 kfree(d3_data.status->wake_packet);