Home
last modified time | relevance | path

Searched refs:wake_packet (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dd3.h742 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
774 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
984 u8 wake_packet[1]; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c107 u8 *wake_packet; member
686 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()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1444 u8 *wake_packet; member
1501 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 …]