Lines Matching defs:switchtec_dev
353 struct switchtec_dev { struct
354 struct pci_dev *pdev;
355 struct device dev;
356 struct cdev cdev;
358 int partition;
359 int partition_count;
360 int pff_csr_count;
361 char pff_local[SWITCHTEC_MAX_PFF_CSR];
363 void __iomem *mmio;
364 struct mrpc_regs __iomem *mmio_mrpc;
388 void (*link_notifier)(struct switchtec_dev *stdev); argument
397 static inline struct switchtec_dev *to_stdev(struct device *dev) in to_stdev() argument