Searched refs:msg_rx_queue (Results 1 – 4 of 4) sorted by relevance
136 while ((skb = skb_dequeue(&hdev->msg_rx_queue)) != NULL) { in nfc_hci_msg_rx_work()916 skb_queue_tail(&hdev->msg_rx_queue, hcp_skb); in nfc_hci_recv_from_llc()1024 skb_queue_head_init(&hdev->msg_rx_queue); in nfc_hci_register_device()1057 skb_queue_purge(&hdev->msg_rx_queue); in nfc_hci_unregister_device()
412 while ((skb = skb_dequeue(&hdev->msg_rx_queue)) != NULL) { in nci_hci_msg_rx_work()491 skb_queue_tail(&ndev->hci_dev->msg_rx_queue, hcp_skb); in nci_hci_data_received_cb()782 skb_queue_head_init(&hdev->msg_rx_queue); in nci_hci_allocate()
119 struct sk_buff_head msg_rx_queue; member
192 struct sk_buff_head msg_rx_queue; member