Searched defs:switchtec_dev (Results 1 – 2 of 2) sorted by relevance
345 struct switchtec_dev { struct346 struct pci_dev *pdev;347 struct device dev;348 struct cdev cdev;350 int partition;351 int partition_count;352 int pff_csr_count;353 char pff_local[SWITCHTEC_MAX_PFF_CSR];355 void __iomem *mmio;356 struct mrpc_regs __iomem *mmio_mrpc;[all …]
473 struct switchtec_dev { struct474 struct pci_dev *pdev;475 struct device dev;476 struct cdev cdev;478 enum switchtec_gen gen;480 int partition;481 int partition_count;482 int pff_csr_count;483 char pff_local[SWITCHTEC_MAX_PFF_CSR];485 void __iomem *mmio;[all …]