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

  /src/sys/dev/ic/
wevar.h 13 struct we_softc { struct
31 void (*sc_init_hook)(struct we_softc *);
36 int we_config(device_t self, struct we_softc *, const char *);
we.c 86 static void we_set_media(struct we_softc *, int);
100 static inline void we_readmem(struct we_softc *, int, uint8_t *, int);
134 we_config(device_t self, struct we_softc *wsc, const char *typestr)
285 struct we_softc *wsc = (struct we_softc *)sc;
323 we_readmem(struct we_softc *wsc, int from, uint8_t *to, int len)
342 struct we_softc *wsc = (struct we_softc *)sc;
449 struct we_softc *wsc = (struct we_softc *)sc
    [all...]
  /src/sys/dev/mca/
if_we_mca.c 85 void we_mca_init_hook(struct we_softc *);
87 CFATTACH_DECL_NEW(we_mca, sizeof(struct we_softc),
151 struct we_softc *wsc = device_private(self);
302 we_mca_init_hook(struct we_softc *wsc)
  /src/sys/arch/atari/vme/
if_we_vme.c 117 struct we_softc sc_we;
305 struct we_softc *wsc = &wvsc->sc_we;
  /src/sys/arch/prep/pnpbus/
if_we_pnpbus.c 85 CFATTACH_DECL_NEW(we_pnpbus, sizeof(struct we_softc),
147 struct we_softc *wsc = device_private(self);
  /src/sys/dev/isa/
if_we_isa.c 91 CFATTACH_DECL_NEW(we_isa, sizeof(struct we_softc),
262 struct we_softc *wsc = device_private(self);

Completed in 19 milliseconds