HomeSort by: relevance | last modified time | path
    Searched refs:seeq8005_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
seeq8005var.h 52 struct seeq8005_softc { struct
59 int (*sc_mediachange)(struct seeq8005_softc *);
60 void (*sc_mediastatus)(struct seeq8005_softc *, struct ifmediareq *);
88 extern void seeq8005_attach(struct seeq8005_softc *, const u_int8_t *, int *,
seeq8005.c 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 *)
    [all...]
  /src/sys/dev/podulebus/
if_eb.c 65 struct seeq8005_softc sc_8005;
if_ea.c 65 struct seeq8005_softc sc_8005;

Completed in 15 milliseconds