Searched defs:btintel_pcie_data (Results 1 – 1 of 1) sorted by relevance
484 struct btintel_pcie_data { struct485 struct pci_dev *pdev;486 struct hci_dev *hdev;488 unsigned long flags;490 spinlock_t irq_lock;492 spinlock_t hci_rx_lock;494 void __iomem *base_addr;496 struct msix_entry msix_entries[BTINTEL_PCIE_MSIX_VEC_MAX];497 bool msix_enabled;498 u32 alloc_vecs;[all …]