Searched defs:btintel_pcie_data (Results 1 – 1 of 1) sorted by relevance
347 struct btintel_pcie_data { struct348 struct pci_dev *pdev;349 struct hci_dev *hdev;351 unsigned long flags;353 spinlock_t irq_lock;355 spinlock_t hci_rx_lock;357 void __iomem *base_addr;359 struct msix_entry msix_entries[BTINTEL_PCIE_MSIX_VEC_MAX];360 bool msix_enabled;361 u32 alloc_vecs;[all …]