Searched defs:btintel_pcie_data (Results 1 – 1 of 1) sorted by relevance
468 struct btintel_pcie_data { struct469 struct pci_dev *pdev;470 struct hci_dev *hdev;472 unsigned long flags;474 spinlock_t irq_lock;476 spinlock_t hci_rx_lock;478 void __iomem *base_addr;480 struct msix_entry msix_entries[BTINTEL_PCIE_MSIX_VEC_MAX];481 bool msix_enabled;482 u32 alloc_vecs;[all …]