Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.h287 qdf_kmem_cache_t ppdu_info_cache; member
H A Ddp_rx_mon_2.0.c519 mon_pdev_be->ppdu_info_cache = in dp_rx_mon_ppdu_info_cache_create()
523 if (!mon_pdev_be->ppdu_info_cache) { in dp_rx_mon_ppdu_info_cache_create()
530 ppdu_info = (struct hal_rx_ppdu_info *)qdf_kmem_cache_alloc(mon_pdev_be->ppdu_info_cache); in dp_rx_mon_ppdu_info_cache_create()
561 qdf_kmem_cache_free(mon_pdev_be->ppdu_info_cache, in dp_rx_mon_ppdu_info_cache_destroy()
567 qdf_kmem_cache_destroy(mon_pdev_be->ppdu_info_cache); in dp_rx_mon_ppdu_info_cache_destroy()