Searched refs:ofnet_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/ofw/
H A Dofnet.c61 struct ofnet_softc { struct
72 CFATTACH_DECL_NEW(ofnet, sizeof(struct ofnet_softc),
75 static void ofnet_read (struct ofnet_softc *);
77 static void ofnet_init (struct ofnet_softc *);
78 static void ofnet_stop (struct ofnet_softc *);
107 struct ofnet_softc *of = device_private(self);
145 ofnet_read(struct ofnet_softc *of)
244 struct ofnet_softc *of = arg;
251 ofnet_init(struct ofnet_softc *of)
266 ofnet_stop(struct ofnet_softc *o
[all...]

Completed in 91 milliseconds