Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dd3.h685 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
717 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
755 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
793 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
1002 u8 wake_packet[1]; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c100 u8 *wake_packet; member
530 wake_packet); in iwl_mld_handle_wake_pkt_notif()
535 wowlan_status->wake_packet = kmemdup(notif->wake_packet, actual_size, in iwl_mld_handle_wake_pkt_notif()
537 if (!wowlan_status->wake_packet) in iwl_mld_handle_wake_pkt_notif()
555 const u8 *pktdata = wowlan_status->wake_packet; in iwl_mld_set_wake_packet()
603 wakeup->packet = wowlan_status->wake_packet; in iwl_mld_set_wake_packet()
664 if (wowlan_status->wake_packet) in iwl_mld_report_wowlan_wakeup()
1994 kfree(resume_data.wowlan_status->wake_packet); in iwl_mld_wowlan_resume()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1483 u8 *wake_packet; member
1540 if (status->wake_packet) { in iwl_mvm_report_wakeup_reasons()
1543 const u8 *pktdata = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
1610 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
2655 status->wake_packet = \
2656 kmemdup(data->wake_packet, \
2659 if (!status->wake_packet) { \
2664 status->wake_packet = NULL; \
3218 status->wake_packet = kmemdup(notif->wake_packet, data_size, in iwl_mvm_wowlan_store_wake_pkt()
3221 if (!status->wake_packet) in iwl_mvm_wowlan_store_wake_pkt()
[all …]