Lines Matching defs:switchtec_dev
345 struct switchtec_dev { struct
346 struct pci_dev *pdev;
347 struct device dev;
348 struct cdev cdev;
350 int partition;
351 int partition_count;
352 int pff_csr_count;
353 char pff_local[SWITCHTEC_MAX_PFF_CSR];
355 void __iomem *mmio;
356 struct mrpc_regs __iomem *mmio_mrpc;
380 void (*link_notifier)(struct switchtec_dev *stdev); argument
386 static inline struct switchtec_dev *to_stdev(struct device *dev) in to_stdev() argument