Searched refs:rx_hcp_frags (Results 1 – 4 of 4) sorted by relevance
436 skb_queue_tail(&ndev->hci_dev->rx_hcp_frags, skb); in nci_hci_data_received_cb()441 if (skb_queue_len(&ndev->hci_dev->rx_hcp_frags)) { in nci_hci_data_received_cb()443 skb_queue_tail(&ndev->hci_dev->rx_hcp_frags, skb); in nci_hci_data_received_cb()446 skb_queue_walk(&ndev->hci_dev->rx_hcp_frags, frag_skb) { in nci_hci_data_received_cb()460 skb_queue_walk(&ndev->hci_dev->rx_hcp_frags, frag_skb) { in nci_hci_data_received_cb()466 skb_queue_purge(&ndev->hci_dev->rx_hcp_frags); in nci_hci_data_received_cb()726 skb_queue_head_init(&hdev->rx_hcp_frags); in nci_hci_allocate()
854 skb_queue_tail(&hdev->rx_hcp_frags, skb); in nfc_hci_recv_from_llc()859 if (skb_queue_len(&hdev->rx_hcp_frags)) { in nfc_hci_recv_from_llc()861 skb_queue_tail(&hdev->rx_hcp_frags, skb); in nfc_hci_recv_from_llc()864 skb_queue_walk(&hdev->rx_hcp_frags, frag_skb) { in nfc_hci_recv_from_llc()878 skb_queue_walk(&hdev->rx_hcp_frags, frag_skb) { in nfc_hci_recv_from_llc()885 skb_queue_purge(&hdev->rx_hcp_frags); in nfc_hci_recv_from_llc()1010 skb_queue_head_init(&hdev->rx_hcp_frags); in nfc_hci_register_device()1046 skb_queue_purge(&hdev->rx_hcp_frags); in nfc_hci_unregister_device()
127 struct sk_buff_head rx_hcp_frags; member
177 struct sk_buff_head rx_hcp_frags; member