Home
last modified time | relevance | path

Searched refs:is_first_wakeup_packet (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_types.h238 uint8_t is_first_wakeup_packet; member
Dhtt.c1023 pdev->cfg.is_first_wakeup_packet = value; in htt_mark_first_wakeup_packet()
Dhtt_rx_ll.c1006 if (pdev->cfg.is_first_wakeup_packet) in htt_rx_offload_paddr_msdu_pop_ll()
1671 if (pdev->cfg.is_first_wakeup_packet) in htt_rx_amsdu_rx_in_order_pop_ll()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_rx.c328 if (!pdev->is_first_wakeup_packet) in dp_rx_mark_first_packet_after_wow_wakeup_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_types.h3885 uint8_t is_first_wakeup_packet; member
Ddp_rx.c208 if (!pdev->is_first_wakeup_packet) in dp_rx_mark_first_packet_after_wow_wakeup()
Ddp_main.c13137 pdev->is_first_wakeup_packet = value; in dp_mark_first_wakeup_packet()