HomeSort by: relevance | last modified time | path
    Searched defs:se_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
si_sebuf.c 96 struct se_softc { struct
136 CFATTACH_DECL_NEW(si_sebuf, sizeof(struct se_softc),
166 struct se_softc *sc = device_private(self);
269 struct se_softc *sc = (struct se_softc *)ncr_sc;
300 struct se_softc *sc = (struct se_softc *)ncr_sc;
323 struct se_softc *sc = (struct se_softc *)ncr_sc;
343 struct se_softc *sc = (struct se_softc *)ncr_sc
    [all...]
  /src/sys/dev/scsipi/
if_se.c 174 struct se_softc { struct
218 static void se_recv(struct se_softc *);
219 static struct mbuf *se_get(struct se_softc *, char *, int);
220 static int se_read(struct se_softc *, char *, int);
222 static void se_reset(struct se_softc *);
224 static int se_add_proto(struct se_softc *, int);
225 static int se_get_addr(struct se_softc *, uint8_t *);
226 static int se_set_media(struct se_softc *, int);
227 static int se_init(struct se_softc *);
228 static int se_set_multi(struct se_softc *, uint8_t *)
    [all...]

Completed in 13 milliseconds