Searched defs:switchtec_dev (Results 1 – 1 of 1) sorted by relevance
353 struct switchtec_dev { struct354 struct pci_dev *pdev;355 struct device dev;356 struct cdev cdev;358 int partition;359 int partition_count;360 int pff_csr_count;361 char pff_local[SWITCHTEC_MAX_PFF_CSR];363 void __iomem *mmio;364 struct mrpc_regs __iomem *mmio_mrpc;[all …]