Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/hci/
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-6.1.9/net/nfc/nci/
Dhci.c412 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()
/linux-6.1.9/include/net/nfc/
Dhci.h119 struct sk_buff_head msg_rx_queue; member
Dnci_core.h192 struct sk_buff_head msg_rx_queue; member