Searched defs:btintel_pcie_data (Results 1 – 1 of 1) sorted by relevance
445 struct btintel_pcie_data { struct446 struct pci_dev *pdev;447 struct hci_dev *hdev;449 unsigned long flags;451 spinlock_t irq_lock;453 spinlock_t hci_rx_lock;455 void __iomem *base_addr;457 struct msix_entry msix_entries[BTINTEL_PCIE_MSIX_VEC_MAX];458 bool msix_enabled;459 u32 alloc_vecs;[all …]