Home
last modified time | relevance | path

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

/freebsd/sys/dev/le/
H A Dif_le_pci.c101 struct le_pci_softc { struct
102 struct am79900_softc sc_am79900; /* glue to MI code */
104 struct resource *sc_rres;
106 struct resource *sc_ires;
107 void *sc_ih;
109 bus_dma_tag_t sc_pdmat;
133 DEFINE_CLASS_0(le, le_pci_driver, le_pci_methods, sizeof(struct le_pci_softc)); argument