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;486 void __iomem *mmio;511 void (*link_notifier)(struct switchtec_dev *stdev); argument[all …]
Completed in 8 milliseconds