Searched defs:switchtec_dev (Results 1 – 1 of 1) sorted by relevance
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 …]