Searched defs:nfp6000_pcie (Results 1 – 1 of 1) sorted by relevance
142 struct nfp6000_pcie { struct143 struct pci_dev *pdev;144 struct device *dev;145 const struct nfp_dev_info *dev_info;148 spinlock_t bar_lock; /* Protect the PCI2CPP BAR cache */149 int bars;150 struct nfp_bar bar[NFP_PCI_BAR_MAX];151 wait_queue_head_t bar_waiters;154 struct {158 } iomem;[all …]