Searched refs:pkt_queue (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/vmw_vsock/
H A Dvsock_loopback.c18 struct sk_buff_head pkt_queue; member in struct:vsock_loopback
34 virtio_vsock_skb_queue_tail(&vsock->pkt_queue, skb);
44 virtio_transport_purge_skbs(vsk, &vsock->pkt_queue);
121 spin_lock_bh(&vsock->pkt_queue.lock);
122 skb_queue_splice_init(&vsock->pkt_queue, &pkts);
123 spin_unlock_bh(&vsock->pkt_queue.lock);
140 skb_queue_head_init(&vsock->pkt_queue);
163 virtio_vsock_skb_queue_purge(&vsock->pkt_queue);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c205 struct list_head *pkt_queue)
215 pkt_queue, get_queue_depth(pkt_queue));
217 while (!list_empty(pkt_queue)) {
218 packet = list_first_entry(pkt_queue, struct htc_packet, list);
276 list_add(&packet->list, pkt_queue);
282 while (!list_empty(pkt_queue)) {
289 packet = list_first_entry(pkt_queue,
781 struct list_head *pkt_queue)
786 if (list_empty(pkt_queue))
203 htc_issue_packets(struct htc_target *target, struct htc_endpoint *ep, struct list_head *pkt_queue) argument
780 htc_send_packets_multiple(struct htc_target *target, struct list_head *pkt_queue) argument
1622 ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) argument
[all...]
H A Dhtc_mbox.c31 struct list_head *pkt_queue);
2318 struct list_head *pkt_queue)
2325 if (list_empty(pkt_queue))
2328 first_pkt = list_first_entry(pkt_queue, struct htc_packet, list);
2333 depth = get_queue_depth(pkt_queue);
2345 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) {
2356 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq);
2317 ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) argument
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c126 while (!skb_queue_empty(&mcast->pkt_queue)) {
128 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue));
153 skb_queue_head_init(&mcast->pkt_queue);
306 while (!skb_queue_empty(&mcast->pkt_queue)) {
307 struct sk_buff *skb = skb_dequeue(&mcast->pkt_queue);
428 while (!skb_queue_empty(&mcast->pkt_queue)) {
430 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue));
627 !skb_queue_empty(&mcast->pkt_queue))) {
782 if (skb_queue_len(&mcast->pkt_queue) < IPOIB_MAX_MCAST_QUEUE) {
785 skb_queue_tail(&mcast->pkt_queue, sk
[all...]
H A Dipoib.h178 struct sk_buff_head pkt_queue; member in struct:ipoib_mcast

Completed in 189 milliseconds