Lines Matching refs:seeq8005_softc
136 static void ea_chipreset(struct seeq8005_softc *);
137 static void ea_ramtest(struct seeq8005_softc *);
138 static int ea_stoptx(struct seeq8005_softc *);
139 static int ea_stoprx(struct seeq8005_softc *);
141 static void ea_await_fifo_empty(struct seeq8005_softc *);
142 static void ea_await_fifo_full(struct seeq8005_softc *);
143 static void ea_writebuf(struct seeq8005_softc *, u_char *, int, size_t);
144 static void ea_readbuf(struct seeq8005_softc *, u_char *, int, size_t);
145 static void ea_select_buffer(struct seeq8005_softc *, int);
146 static void ea_set_address(struct seeq8005_softc *, int, const uint8_t *);
147 static void ea_read(struct seeq8005_softc *, int, int);
148 static struct mbuf *ea_get(struct seeq8005_softc *, int, int, struct ifnet *);
149 static void ea_txint(struct seeq8005_softc *);
150 static void ea_rxint(struct seeq8005_softc *);
151 static void ea_txpacket(struct seeq8005_softc *);
152 static int ea_writembuf(struct seeq8005_softc *, struct mbuf *, int);
153 static void ea_mc_reset(struct seeq8005_softc *);
154 static void ea_mc_reset_8004(struct seeq8005_softc *);
155 static void ea_mc_reset_8005(struct seeq8005_softc *);
167 seeq8005_attach(struct seeq8005_softc *sc, const uint8_t *myaddr, int *media,
301 struct seeq8005_softc *sc = ifp->if_softc;
314 struct seeq8005_softc *sc = ifp->if_softc;
331 ea_ramtest(struct seeq8005_softc *sc)
384 ea_stoptx(struct seeq8005_softc *sc)
426 ea_stoprx(struct seeq8005_softc *sc)
470 struct seeq8005_softc *sc = ifp->if_softc;
506 ea_chipreset(struct seeq8005_softc *sc)
541 ea_await_fifo_empty(struct seeq8005_softc *sc)
563 ea_await_fifo_full(struct seeq8005_softc *sc)
588 ea_writebuf(struct seeq8005_softc *sc, u_char *buf, int addr, size_t len)
643 ea_readbuf(struct seeq8005_softc *sc, u_char *buf, int addr, size_t len)
713 ea_select_buffer(struct seeq8005_softc *sc, int bufcode)
722 ea_set_address(struct seeq8005_softc *sc, int which, const uint8_t *ea)
741 struct seeq8005_softc *sc = ifp->if_softc;
863 struct seeq8005_softc *sc = ifp->if_softc;
897 ea_txpacket(struct seeq8005_softc *sc)
950 ea_writembuf(struct seeq8005_softc *sc, struct mbuf *m0, int bufstart)
1000 struct seeq8005_softc *sc = arg;
1041 ea_txint(struct seeq8005_softc *sc)
1119 ea_rxint(struct seeq8005_softc *sc)
1232 ea_read(struct seeq8005_softc *sc, int addr, int len)
1254 ea_get(struct seeq8005_softc *sc, int addr, int totlen, struct ifnet *ifp)
1329 struct seeq8005_softc *sc = ifp->if_softc;
1356 ea_mc_reset(struct seeq8005_softc *sc)
1370 ea_mc_reset_8004(struct seeq8005_softc *sc)
1436 ea_mc_reset_8005(struct seeq8005_softc *sc)
1476 struct seeq8005_softc *sc = ifp->if_softc;