Home
last modified time | relevance | path

Searched refs:htt_htc_pkt_freelist (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt.c68 if (pdev->htt_htc_pkt_freelist) { in htt_htc_pkt_alloc()
69 pkt = pdev->htt_htc_pkt_freelist; in htt_htc_pkt_alloc()
70 pdev->htt_htc_pkt_freelist = pdev->htt_htc_pkt_freelist->u.next; in htt_htc_pkt_alloc()
95 u_pkt->u.next = pdev->htt_htc_pkt_freelist; in htt_htc_pkt_free()
96 pdev->htt_htc_pkt_freelist = u_pkt; in htt_htc_pkt_free()
105 pkt = pdev->htt_htc_pkt_freelist; in htt_htc_pkt_pool_free()
106 pdev->htt_htc_pkt_freelist = NULL; in htt_htc_pkt_pool_free()
419 pdev->htt_htc_pkt_freelist = NULL; in htt_pdev_alloc()
Dhtt_types.h232 struct htt_htc_pkt_union *htt_htc_pkt_freelist; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c71 if (soc->htt_htc_pkt_freelist) { in htt_htc_pkt_alloc()
72 pkt = soc->htt_htc_pkt_freelist; in htt_htc_pkt_alloc()
73 soc->htt_htc_pkt_freelist = soc->htt_htc_pkt_freelist->u.next; in htt_htc_pkt_alloc()
98 u_pkt->u.next = soc->htt_htc_pkt_freelist; in htt_htc_pkt_free()
99 soc->htt_htc_pkt_freelist = u_pkt; in htt_htc_pkt_free()
109 pkt = soc->htt_htc_pkt_freelist; in htt_htc_pkt_pool_free()
115 soc->htt_htc_pkt_freelist = NULL; in htt_htc_pkt_pool_free()
4569 soc->htt_htc_pkt_freelist = NULL;
Ddp_htt.h252 struct dp_htt_htc_pkt_union *htt_htc_pkt_freelist; member