Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
A Dhtc_pipe.c205 struct list_head *pkt_queue) in htc_issue_packets() argument
215 pkt_queue, get_queue_depth(pkt_queue)); in htc_issue_packets()
217 while (!list_empty(pkt_queue)) { in htc_issue_packets()
275 list_add(&packet->list, pkt_queue); in htc_issue_packets()
281 while (!list_empty(pkt_queue)) { in htc_issue_packets()
780 struct list_head *pkt_queue) in htc_send_packets_multiple() argument
785 if (list_empty(pkt_queue)) in htc_send_packets_multiple()
800 if (!list_empty(pkt_queue)) { in htc_send_packets_multiple()
805 do_send_completion(ep, pkt_queue); in htc_send_packets_multiple()
1628 if (list_empty(pkt_queue)) in ath6kl_htc_pipe_add_rxbuf_multiple()
[all …]
A Dhtc_mbox.c31 struct list_head *pkt_queue);
2317 struct list_head *pkt_queue) in ath6kl_htc_mbox_add_rxbuf_multiple() argument
2324 if (list_empty(pkt_queue)) in ath6kl_htc_mbox_add_rxbuf_multiple()
2327 first_pkt = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_mbox_add_rxbuf_multiple()
2332 depth = get_queue_depth(pkt_queue); in ath6kl_htc_mbox_add_rxbuf_multiple()
2344 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_mbox_add_rxbuf_multiple()
2355 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_mbox_add_rxbuf_multiple()
/drivers/infiniband/ulp/ipoib/
A Dipoib_multicast.c126 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_free()
128 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_free()
153 skb_queue_head_init(&mcast->pkt_queue); in ipoib_mcast_alloc()
306 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_finish()
307 struct sk_buff *skb = skb_dequeue(&mcast->pkt_queue); in ipoib_mcast_join_finish()
428 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_complete()
430 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_join_complete()
627 !skb_queue_empty(&mcast->pkt_queue))) { in ipoib_mcast_join_task()
782 if (skb_queue_len(&mcast->pkt_queue) < IPOIB_MAX_MCAST_QUEUE) { in ipoib_mcast_send()
785 skb_queue_tail(&mcast->pkt_queue, skb); in ipoib_mcast_send()
[all …]
A Dipoib.h178 struct sk_buff_head pkt_queue; member

Completed in 18 milliseconds