Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h223 struct dp_htt_htc_pkt_union { struct
226 struct dp_htt_htc_pkt_union *next; argument
252 struct dp_htt_htc_pkt_union *htt_htc_pkt_freelist;
253 struct dp_htt_htc_pkt_union *htt_htc_pkt_misclist;
H A Ddp_htt.c68 struct dp_htt_htc_pkt_union *pkt = NULL; in htt_htc_pkt_alloc()
93 struct dp_htt_htc_pkt_union *u_pkt = in htt_htc_pkt_free()
94 (struct dp_htt_htc_pkt_union *)pkt; in htt_htc_pkt_free()
108 struct dp_htt_htc_pkt_union *pkt, *next; in htt_htc_pkt_pool_free()
129 struct dp_htt_htc_pkt_union *pkt, *next, *prev = NULL; in htt_htc_misc_pkt_list_trim()
157 struct dp_htt_htc_pkt_union *u_pkt = in htt_htc_misc_pkt_list_add()
158 (struct dp_htt_htc_pkt_union *)pkt; in htt_htc_misc_pkt_list_add()
188 struct dp_htt_htc_pkt_union *pkt, *next; in htt_htc_misc_pkt_pool_free()
4572 struct dp_htt_htc_pkt_union *pkt;