Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/iwlwifi/fw/api/
HDd3.h662 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
694 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
732 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
770 u8 wake_packet[]; /* can be truncated from _length to _bufsize */ member
854 u8 wake_packet[1]; member
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDd3.c1445 u8 *wake_packet; member
1498 if (status->wake_packet) { in iwl_mvm_report_wakeup_reasons()
1501 const u8 *pktdata = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
1568 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
2254 status->wake_packet = \
2255 kmemdup(data->wake_packet, \
2258 if (!status->wake_packet) { \
2263 status->wake_packet = NULL; \
2799 data_size = len - offsetof(struct iwl_wowlan_wake_pkt_notif, wake_packet); in iwl_mvm_wowlan_store_wake_pkt()
2805 status->wake_packet = kmemdup(notif->wake_packet, data_size, in iwl_mvm_wowlan_store_wake_pkt()
[all …]