Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_pipe.c818 if (target->pipe.htc_packet_pool == NULL) { in alloc_htc_packet_container()
823 packet = target->pipe.htc_packet_pool; in alloc_htc_packet_container()
824 target->pipe.htc_packet_pool = (struct htc_packet *) packet->list.next; in alloc_htc_packet_container()
839 if (target->pipe.htc_packet_pool == NULL) { in free_htc_packet_container()
840 target->pipe.htc_packet_pool = packet; in free_htc_packet_container()
843 lh = (struct list_head *) target->pipe.htc_packet_pool; in free_htc_packet_container()
845 target->pipe.htc_packet_pool = packet; in free_htc_packet_container()
A Dhtc.h624 struct htc_packet *htc_packet_pool; member

Completed in 8 milliseconds