Home
last modified time | relevance | path

Searched refs:unrel (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/bluetooth/
Dhci_bcsp.c61 struct sk_buff_head unrel; /* Unreliable packets queue */ member
166 skb_queue_tail(&bcsp->unrel, skb); in bcsp_enqueue()
296 skb = skb_dequeue(&bcsp->unrel); in bcsp_dequeue()
306 skb_queue_head(&bcsp->unrel, skb); in bcsp_dequeue()
430 skb_queue_head(&bcsp->unrel, nskb); in bcsp_handle_le_pkt()
736 skb_queue_head_init(&bcsp->unrel); in bcsp_open()
760 skb_queue_purge(&bcsp->unrel); in bcsp_close()
Dhci_h5.c78 struct sk_buff_head unrel; /* Unreliable packets queue */ member
136 skb_queue_tail(&h5->unrel, nskb); in h5_link_control()
200 skb_queue_purge(&h5->unrel); in h5_peer_reset()
230 skb_queue_head_init(&h5->unrel); in h5_open()
258 skb_queue_purge(&h5->unrel); in h5_close()
610 skb_queue_tail(&h5->unrel, skb); in h5_enqueue()
736 skb = skb_dequeue(&h5->unrel); in h5_dequeue()
745 skb_queue_head(&h5->unrel, skb); in h5_dequeue()