Searched defs:switchtec_dev (Results 1 – 1 of 1) sorted by relevance
474 struct switchtec_dev { struct475 struct pci_dev *pdev;476 struct device dev;477 struct cdev cdev;479 enum switchtec_gen gen;481 int partition;482 int partition_count;483 int pff_csr_count;484 char pff_local[SWITCHTEC_MAX_PFF_CSR];486 void __iomem *mmio;[all …]