Searched refs:unrel (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_rtk_h5.c | 64 struct sk_buff_head unrel; /* Unreliable packets queue */ member 180 skb_queue_tail(&h5->unrel, skb); in h5_enqueue() 185 skb_queue_tail(&h5->unrel, skb); /* 3-wire LinkEstablishment */ in h5_enqueue() 314 if ((skb = skb_dequeue(&h5->unrel)) != NULL) { in h5_dequeue() 322 skb_queue_head(&h5->unrel, skb); in h5_dequeue() 449 skb_queue_head(&h5->unrel, nskb); 483 skb_queue_head(&h5->unrel, nskb); 850 skb_queue_head_init(&h5->unrel); in h5_open() 876 skb_queue_purge(&h5->unrel); in h5_close()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_bcsp.c | 46 struct sk_buff_head unrel; /* Unreliable packets queue */ member 151 skb_queue_tail(&bcsp->unrel, skb); in bcsp_enqueue() 281 skb = skb_dequeue(&bcsp->unrel); in bcsp_dequeue() 291 skb_queue_head(&bcsp->unrel, skb); in bcsp_dequeue() 415 skb_queue_head(&bcsp->unrel, nskb); in bcsp_handle_le_pkt() 724 skb_queue_head_init(&bcsp->unrel); in bcsp_open() 748 skb_queue_purge(&bcsp->unrel); in bcsp_close()
|
| H A D | hci_h5.c | 64 struct sk_buff_head unrel; /* Unreliable packets queue */ member 124 skb_queue_tail(&h5->unrel, nskb); in h5_link_control() 188 skb_queue_purge(&h5->unrel); in h5_peer_reset() 218 skb_queue_head_init(&h5->unrel); in h5_open() 246 skb_queue_purge(&h5->unrel); in h5_close() 603 skb_queue_tail(&h5->unrel, skb); in h5_enqueue() 730 skb = skb_dequeue(&h5->unrel); in h5_dequeue() 739 skb_queue_head(&h5->unrel, skb); in h5_dequeue()
|