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