Home
last modified time | relevance | path

Searched refs:msg_rx_queue (Results 1 – 3 of 3) sorted by relevance

/linux/net/nfc/hci/
H A Dcore.c136 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()
/linux/net/nfc/nci/
H A Dhci.c413 for (; (skb = skb_dequeue(&hdev->msg_rx_queue)); kcov_remote_stop()) { in nci_hci_msg_rx_work()
493 skb_queue_tail(&ndev->hci_dev->msg_rx_queue, hcp_skb); in nci_hci_data_received_cb()
786 skb_queue_head_init(&hdev->msg_rx_queue); in nci_hci_allocate()
/linux/include/net/nfc/
H A Dhci.h119 struct sk_buff_head msg_rx_queue; member