Searched refs:unack (Results 1 – 3 of 3) sorted by relevance
| /drivers/bluetooth/ |
| A D | hci_bcsp.c | 303 if (bcsp->unack.qlen < BCSP_TXWINSIZE) { in bcsp_dequeue() 311 __skb_queue_tail(&bcsp->unack, skb); in bcsp_dequeue() 322 spin_unlock_irqrestore(&bcsp->unack.lock, flags); in bcsp_dequeue() 355 spin_lock_irqsave(&bcsp->unack.lock, flags); in bcsp_pkt_cull() 357 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull() 375 skb_queue_walk_safe(&bcsp->unack, skb, tmp) { in bcsp_pkt_cull() 380 __skb_unlink(skb, &bcsp->unack); in bcsp_pkt_cull() 384 if (skb_queue_empty(&bcsp->unack)) in bcsp_pkt_cull() 387 spin_unlock_irqrestore(&bcsp->unack.lock, flags); in bcsp_pkt_cull() 722 skb_queue_head_init(&bcsp->unack); in bcsp_open() [all …]
|
| A D | hci_h5.c | 186 spin_unlock_irqrestore(&h5->unack.lock, flags); in h5_timed_event() 204 skb_queue_purge(&h5->unack); in h5_peer_reset() 231 skb_queue_head_init(&h5->unack); in h5_open() 259 skb_queue_purge(&h5->unack); in h5_close() 292 spin_lock_irqsave(&h5->unack.lock, flags); in h5_pkt_cull() 294 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull() 312 skb_queue_walk_safe(&h5->unack, skb, tmp) { in h5_pkt_cull() 316 __skb_unlink(skb, &h5->unack); in h5_pkt_cull() 320 if (skb_queue_empty(&h5->unack)) in h5_pkt_cull() 774 if (h5->unack.qlen >= h5->tx_win) in h5_dequeue() [all …]
|
| /drivers/atm/ |
| A D | iphase.h | 255 u_short unack:8, member
|
Completed in 19 milliseconds