Home
last modified time | relevance | path

Searched defs:switchtec_dev (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Dswitchtec.h345 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;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dswitchtec.h473 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;
[all …]