Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/fdt/
H A Dif_fec.c216 struct fec_softc { struct
217 struct device sc_dev;
218 struct arpcom sc_ac;
219 struct mii_data sc_mii;
220 int sc_node;
221 bus_space_tag_t sc_iot;
245 struct fec_softc *fec_sc; argument