Searched refs:htt_htc_pkt_freelist (Results 1 – 4 of 4) sorted by relevance
68 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()
232 struct htt_htc_pkt_union *htt_htc_pkt_freelist; member
71 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;
252 struct dp_htt_htc_pkt_union *htt_htc_pkt_freelist; member