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