Home
last modified time | relevance | path

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

/Linux-v6.1/net/nfc/nci/
Dhci.c442 skb_queue_tail(&ndev->hci_dev->rx_hcp_frags, skb); in nci_hci_data_received_cb()
447 if (skb_queue_len(&ndev->hci_dev->rx_hcp_frags)) { in nci_hci_data_received_cb()
449 skb_queue_tail(&ndev->hci_dev->rx_hcp_frags, skb); in nci_hci_data_received_cb()
452 skb_queue_walk(&ndev->hci_dev->rx_hcp_frags, frag_skb) { in nci_hci_data_received_cb()
466 skb_queue_walk(&ndev->hci_dev->rx_hcp_frags, frag_skb) { in nci_hci_data_received_cb()
473 skb_queue_purge(&ndev->hci_dev->rx_hcp_frags); in nci_hci_data_received_cb()
780 skb_queue_head_init(&hdev->rx_hcp_frags); in nci_hci_allocate()
/Linux-v6.1/net/nfc/hci/
Dcore.c866 skb_queue_tail(&hdev->rx_hcp_frags, skb); in nfc_hci_recv_from_llc()
871 if (skb_queue_len(&hdev->rx_hcp_frags)) { in nfc_hci_recv_from_llc()
873 skb_queue_tail(&hdev->rx_hcp_frags, skb); in nfc_hci_recv_from_llc()
876 skb_queue_walk(&hdev->rx_hcp_frags, frag_skb) { in nfc_hci_recv_from_llc()
890 skb_queue_walk(&hdev->rx_hcp_frags, frag_skb) { in nfc_hci_recv_from_llc()
897 skb_queue_purge(&hdev->rx_hcp_frags); in nfc_hci_recv_from_llc()
1020 skb_queue_head_init(&hdev->rx_hcp_frags); in nfc_hci_register_device()
1056 skb_queue_purge(&hdev->rx_hcp_frags); in nfc_hci_unregister_device()
/Linux-v6.1/include/net/nfc/
Dhci.h115 struct sk_buff_head rx_hcp_frags; member
Dnci_core.h190 struct sk_buff_head rx_hcp_frags; member