Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_bcsp.c44 struct sk_buff_head unack; /* Unack'ed packets queue */ member
301 spin_lock_irqsave_nested(&bcsp->unack.lock, flags, SINGLE_DEPTH_NESTING); in bcsp_dequeue()
303 if (bcsp->unack.qlen < BCSP_TXWINSIZE) { in bcsp_dequeue()
311 __skb_queue_tail(&bcsp->unack, skb); in bcsp_dequeue()
313 spin_unlock_irqrestore(&bcsp->unack.lock, flags); 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()
371 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()
[all …]
H A Dhci_h5.c62 struct sk_buff_head unack; /* Unack'ed packets queue */ member
162 BT_DBG("hu %p retransmitting %u pkts", hu, h5->unack.qlen); in h5_timed_event()
164 spin_lock_irqsave_nested(&h5->unack.lock, flags, SINGLE_DEPTH_NESTING); in h5_timed_event()
166 while ((skb = __skb_dequeue_tail(&h5->unack)) != NULL) { in h5_timed_event()
171 spin_unlock_irqrestore(&h5->unack.lock, flags); in h5_timed_event()
189 skb_queue_purge(&h5->unack); in h5_peer_reset()
216 skb_queue_head_init(&h5->unack); in h5_open()
244 skb_queue_purge(&h5->unack); in h5_close()
277 spin_lock_irqsave(&h5->unack.lock, flags); in h5_pkt_cull()
279 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_rtk_h5.c62 struct sk_buff_head unack; /* Unack'ed packets queue */ member
332 spin_lock_irqsave_nested(&h5->unack.lock, flags, SINGLE_DEPTH_NESTING); in h5_dequeue()
334 if (h5->unack.qlen < H5_TXWINSIZE in h5_dequeue()
340 __skb_queue_tail(&h5->unack, skb); in h5_dequeue()
342 spin_unlock_irqrestore(&h5->unack.lock, flags); in h5_dequeue()
351 spin_unlock_irqrestore(&h5->unack.lock, flags); in h5_dequeue()
382 spin_lock_irqsave(&h5->unack.lock, flags); in h5_pkt_cull()
384 pkts_to_be_removed = skb_queue_len(&h5->unack); in h5_pkt_cull()
398 pkts_to_be_removed, skb_queue_len(&h5->unack), in h5_pkt_cull()
402 skb_queue_walk_safe(&h5->unack, skb, tmp) { in h5_pkt_cull()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dbadblocks.h50 ssize_t badblocks_show(struct badblocks *bb, char *page, int unack);
52 int unack);
/OK3568_Linux_fs/kernel/block/
H A Dbadblocks.c467 ssize_t badblocks_show(struct badblocks *bb, char *page, int unack) in badblocks_show() argument
490 if (unack && ack) in badblocks_show()
497 if (unack && len == 0) in badblocks_show()
518 int unack) in badblocks_store() argument
537 if (badblocks_set(bb, sector, length, !unack)) in badblocks_store()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Diphase.h256 u_short unack:8, member