pkt_queue         178 drivers/infiniband/ulp/ipoib/ipoib.h 	struct sk_buff_head pkt_queue;
pkt_queue         126 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 	while (!skb_queue_empty(&mcast->pkt_queue)) {
pkt_queue         128 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 		dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue));
pkt_queue         154 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 	skb_queue_head_init(&mcast->pkt_queue);
pkt_queue         308 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 	while (!skb_queue_empty(&mcast->pkt_queue)) {
pkt_queue         309 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 		struct sk_buff *skb = skb_dequeue(&mcast->pkt_queue);
pkt_queue         439 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 			while (!skb_queue_empty(&mcast->pkt_queue)) {
pkt_queue         441 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 				dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue));
pkt_queue         643 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 		     !skb_queue_empty(&mcast->pkt_queue))) {
pkt_queue         800 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 		if (skb_queue_len(&mcast->pkt_queue) < IPOIB_MAX_MCAST_QUEUE) {
pkt_queue         803 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 			skb_queue_tail(&mcast->pkt_queue, skb);
pkt_queue        1034 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 			iter->queuelen  = skb_queue_len(&mcast->pkt_queue);
pkt_queue          31 drivers/net/wireless/ath/ath6kl/htc_mbox.c 					      struct list_head *pkt_queue);
pkt_queue        2321 drivers/net/wireless/ath/ath6kl/htc_mbox.c 				  struct list_head *pkt_queue)
pkt_queue        2328 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (list_empty(pkt_queue))
pkt_queue        2331 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	first_pkt = list_first_entry(pkt_queue, struct htc_packet, list);
pkt_queue        2336 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	depth = get_queue_depth(pkt_queue);
pkt_queue        2348 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) {
pkt_queue        2359 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	list_splice_tail_init(pkt_queue, &endpoint->rx_bufq);
pkt_queue         205 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			     struct list_head *pkt_queue)
pkt_queue         215 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		   pkt_queue, get_queue_depth(pkt_queue));
pkt_queue         217 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	while (!list_empty(pkt_queue)) {
pkt_queue         218 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		packet = list_first_entry(pkt_queue, struct htc_packet, list);
pkt_queue         276 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			list_add(&packet->list, pkt_queue);
pkt_queue         282 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		while (!list_empty(pkt_queue)) {
pkt_queue         289 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			packet = list_first_entry(pkt_queue,
pkt_queue         781 drivers/net/wireless/ath/ath6kl/htc_pipe.c 				     struct list_head *pkt_queue)
pkt_queue         786 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (list_empty(pkt_queue))
pkt_queue         790 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	packet = list_first_entry(pkt_queue, struct htc_packet, list);
pkt_queue         798 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	htc_try_send(target, ep, pkt_queue);
pkt_queue         801 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (!list_empty(pkt_queue)) {
pkt_queue         802 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) {
pkt_queue         806 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		do_send_completion(ep, pkt_queue);
pkt_queue        1623 drivers/net/wireless/ath/ath6kl/htc_pipe.c 					      struct list_head *pkt_queue)
pkt_queue        1629 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (list_empty(pkt_queue))
pkt_queue        1632 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	first = list_first_entry(pkt_queue, struct htc_packet, list);
pkt_queue        1640 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		   __func__, first->endpoint, get_queue_depth(pkt_queue),
pkt_queue        1648 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	list_splice_tail_init(pkt_queue, &ep->rx_bufq);
pkt_queue        1654 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) {
pkt_queue        1658 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		do_recv_completion(ep, pkt_queue);