Lines Matching defs:eg_softc
81 struct eg_softc {
100 sizeof(struct eg_softc), egprobe, egattach
108 void eginit(struct eg_softc *);
110 void egrecv(struct eg_softc *);
113 void egreset(struct eg_softc *);
114 void egread(struct eg_softc *, caddr_t, int);
115 struct mbuf *egget(struct eg_softc *, caddr_t, int);
116 void egstop(struct eg_softc *);
118 static __inline void egprintpcb(struct eg_softc *);
119 static int egoutPCB(struct eg_softc *, u_char);
120 static int egreadPCBstat(struct eg_softc *, u_char);
121 static int egreadPCBready(struct eg_softc *);
122 static int egwritePCB(struct eg_softc *);
123 static int egreadPCB(struct eg_softc *);
130 egprintpcb(struct eg_softc *sc)
140 egoutPCB(struct eg_softc *sc, u_char b)
158 egreadPCBstat(struct eg_softc *sc, u_char statb)
176 egreadPCBready(struct eg_softc *sc)
193 egwritePCB(struct eg_softc *sc)
226 egreadPCB(struct eg_softc *sc)
282 struct eg_softc *sc = match;
345 struct eg_softc *sc = (void *)self;
417 eginit(register struct eg_softc *sc)
466 egrecv(struct eg_softc *sc)
488 struct eg_softc *sc = ifp->if_softc;
566 struct eg_softc *sc = arg;
649 egread(struct eg_softc *sc, caddr_t buf, int len)
678 egget(struct eg_softc *sc, caddr_t buf, int totlen)
719 struct eg_softc *sc = ifp->if_softc;
768 egreset(struct eg_softc *sc)
782 struct eg_softc *sc = ifp->if_softc;
791 egstop(register struct eg_softc *sc)