Lines Matching full:reassembly
663 hdev->reassembly[i] = NULL; in hci_register_dev()
694 kfree_skb(hdev->reassembly[i]); in hci_unregister_dev()
840 skb = hdev->reassembly[index]; in hci_reassembly()
867 hdev->reassembly[index] = skb; in hci_reassembly()
889 hdev->reassembly[index] = NULL; in hci_reassembly()
902 hdev->reassembly[index] = NULL; in hci_reassembly()
915 hdev->reassembly[index] = NULL; in hci_reassembly()
934 hdev->reassembly[index] = NULL; in hci_reassembly()
3130 if (hdev->reassembly[i]) { in btusb_close()
3132 kfree_skb(hdev->reassembly[i]); in btusb_close()
3133 hdev->reassembly[i] = NULL; in btusb_close()