Home
last modified time | relevance | path

Searched refs:unack (Results 1 – 3 of 3) sorted by relevance

/drivers/bluetooth/
Dhci_bcsp.c59 struct sk_buff_head unack; /* Unack'ed packets queue */ member
315 spin_lock_irqsave_nested(&bcsp->unack.lock, flags, SINGLE_DEPTH_NESTING); in bcsp_dequeue()
317 if (bcsp->unack.qlen < BCSP_TXWINSIZE) { in bcsp_dequeue()
325 __skb_queue_tail(&bcsp->unack, skb); in bcsp_dequeue()
327 spin_unlock_irqrestore(&bcsp->unack.lock, flags); in bcsp_dequeue()
336 spin_unlock_irqrestore(&bcsp->unack.lock, flags); in bcsp_dequeue()
369 spin_lock_irqsave(&bcsp->unack.lock, flags); in bcsp_pkt_cull()
371 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull()
385 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull()
389 skb_queue_walk_safe(&bcsp->unack, skb, tmp) { in bcsp_pkt_cull()
[all …]
Dhci_h5.c68 struct sk_buff_head unack; /* Unack'ed packets queue */ member
152 BT_DBG("hu %p retransmitting %u pkts", hu, h5->unack.qlen); in h5_timed_event()
154 spin_lock_irqsave_nested(&h5->unack.lock, flags, SINGLE_DEPTH_NESTING); in h5_timed_event()
156 while ((skb = __skb_dequeue_tail(&h5->unack)) != NULL) { in h5_timed_event()
161 spin_unlock_irqrestore(&h5->unack.lock, flags); in h5_timed_event()
179 skb_queue_purge(&h5->unack); in h5_peer_reset()
201 skb_queue_head_init(&h5->unack); in h5_open()
226 skb_queue_purge(&h5->unack); in h5_close()
242 spin_lock_irqsave(&h5->unack.lock, flags); in h5_pkt_cull()
244 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull()
[all …]
/drivers/atm/
Diphase.h256 u_short unack:8, member