/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | vsock_loopback.c | 18 struct sk_buff_head pkt_queue; member 34 virtio_vsock_skb_queue_tail(&vsock->pkt_queue, skb); in vsock_loopback_send_pkt() 44 virtio_transport_purge_skbs(vsk, &vsock->pkt_queue); in vsock_loopback_cancel_pkt() 115 spin_lock_bh(&vsock->pkt_queue.lock); in vsock_loopback_work() 116 skb_queue_splice_init(&vsock->pkt_queue, &pkts); in vsock_loopback_work() 117 spin_unlock_bh(&vsock->pkt_queue.lock); in vsock_loopback_work() 134 skb_queue_head_init(&vsock->pkt_queue); in vsock_loopback_init() 157 virtio_vsock_skb_queue_purge(&vsock->pkt_queue); in vsock_loopback_exit()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 205 struct list_head *pkt_queue) in htc_issue_packets() 215 pkt_queue, get_queue_depth(pkt_queue)); in htc_issue_packets() 217 while (!list_empty(pkt_queue)) { in htc_issue_packets() 218 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_issue_packets() 276 list_add(&packet->list, pkt_queue); in htc_issue_packets() 282 while (!list_empty(pkt_queue)) { in htc_issue_packets() 289 packet = list_first_entry(pkt_queue, in htc_issue_packets() 781 struct list_head *pkt_queue) in htc_send_packets_multiple() 786 if (list_empty(pkt_queue)) in htc_send_packets_multiple() 203 htc_issue_packets(struct htc_target *target, struct htc_endpoint *ep, struct list_head *pkt_queue) htc_issue_packets() argument 780 htc_send_packets_multiple(struct htc_target *target, struct list_head *pkt_queue) htc_send_packets_multiple() argument 1622 ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_pipe_add_rxbuf_multiple() argument [all...] |
H A D | htc_mbox.c | 31 struct list_head *pkt_queue); 2318 struct list_head *pkt_queue) in ath6kl_htc_mbox_add_rxbuf_multiple() 2325 if (list_empty(pkt_queue)) in ath6kl_htc_mbox_add_rxbuf_multiple() 2328 first_pkt = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_mbox_add_rxbuf_multiple() 2333 depth = get_queue_depth(pkt_queue); in ath6kl_htc_mbox_add_rxbuf_multiple() 2345 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_mbox_add_rxbuf_multiple() 2356 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_mbox_add_rxbuf_multiple() 2317 ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_mbox_add_rxbuf_multiple() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 205 struct list_head *pkt_queue) in htc_issue_packets() 215 pkt_queue, get_queue_depth(pkt_queue)); in htc_issue_packets() 217 while (!list_empty(pkt_queue)) { in htc_issue_packets() 218 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_issue_packets() 276 list_add(&packet->list, pkt_queue); in htc_issue_packets() 282 while (!list_empty(pkt_queue)) { in htc_issue_packets() 289 packet = list_first_entry(pkt_queue, in htc_issue_packets() 781 struct list_head *pkt_queue) in htc_send_packets_multiple() 786 if (list_empty(pkt_queue)) in htc_send_packets_multiple() 203 htc_issue_packets(struct htc_target *target, struct htc_endpoint *ep, struct list_head *pkt_queue) htc_issue_packets() argument 780 htc_send_packets_multiple(struct htc_target *target, struct list_head *pkt_queue) htc_send_packets_multiple() argument 1622 ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_pipe_add_rxbuf_multiple() argument [all...] |
H A D | htc_mbox.c | 31 struct list_head *pkt_queue); 2318 struct list_head *pkt_queue) in ath6kl_htc_mbox_add_rxbuf_multiple() 2325 if (list_empty(pkt_queue)) in ath6kl_htc_mbox_add_rxbuf_multiple() 2328 first_pkt = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_mbox_add_rxbuf_multiple() 2333 depth = get_queue_depth(pkt_queue); in ath6kl_htc_mbox_add_rxbuf_multiple() 2345 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_mbox_add_rxbuf_multiple() 2356 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_mbox_add_rxbuf_multiple() 2317 ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_mbox_add_rxbuf_multiple() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 126 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() 307 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_finish() 308 struct sk_buff *skb = skb_dequeue(&mcast->pkt_queue); in ipoib_mcast_join_finish() 438 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_complete() 440 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_join_complete() 639 !skb_queue_empty(&mcast->pkt_queue))) { in ipoib_mcast_join_task() 794 if (skb_queue_len(&mcast->pkt_queue) < IPOIB_MAX_MCAST_QUEUE) { in ipoib_mcast_send() 797 skb_queue_tail(&mcast->pkt_queue, sk in ipoib_mcast_send() [all...] |
H A D | ipoib.h | 178 struct sk_buff_head pkt_queue; member
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 126 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() 307 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_finish() 308 struct sk_buff *skb = skb_dequeue(&mcast->pkt_queue); in ipoib_mcast_join_finish() 429 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_complete() 431 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_join_complete() 628 !skb_queue_empty(&mcast->pkt_queue))) { in ipoib_mcast_join_task() 783 if (skb_queue_len(&mcast->pkt_queue) < IPOIB_MAX_MCAST_QUEUE) { in ipoib_mcast_send() 786 skb_queue_tail(&mcast->pkt_queue, sk in ipoib_mcast_send() [all...] |
H A D | ipoib.h | 178 struct sk_buff_head pkt_queue; member
|