Lines Matching defs:switchtec_dev
473 struct switchtec_dev { struct
474 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;
486 struct mrpc_regs __iomem *mmio_mrpc;
510 void (*link_notifier)(struct switchtec_dev *stdev); argument
519 static inline struct switchtec_dev *to_stdev(struct device *dev) in to_stdev() argument