Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dd3.h682 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
714 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
885 u8 wake_packet[1]; member
/drivers/net/wireless/intel/iwlwifi/mld/
A Dd3.c100 u8 *wake_packet; member
470 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()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dd3.c1468 u8 *wake_packet; member
1525 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