Searched defs:enet_softc (Results 1 – 1 of 1) sorted by relevance
51 struct enet_softc { struct52 device_t sc_dev;54 bus_space_tag_t sc_iot;55 bus_space_handle_t sc_ioh;56 bus_dma_tag_t sc_dmat;58 int sc_unit;59 int sc_imxtype;60 int sc_rgmii;61 int sc_phyid;62 unsigned int sc_clock;[all …]