Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Dd3.h665 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
697 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
735 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
773 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
943 u8 wake_packet[1]; member
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1471 u8 *wake_packet; member
1528 if (status->wake_packet) { in iwl_mvm_report_wakeup_reasons()
1531 const u8 *pktdata = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
1598 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
2604 status->wake_packet = \
2605 kmemdup(data->wake_packet, \
2608 if (!status->wake_packet) { \
2613 status->wake_packet = NULL; \
3151 data_size = len - offsetof(struct iwl_wowlan_wake_pkt_notif, wake_packet); in iwl_mvm_wowlan_store_wake_pkt()
3157 status->wake_packet = kmemdup(notif->wake_packet, data_size, in iwl_mvm_wowlan_store_wake_pkt()
[all …]