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

  /src/sys/arch/evbsh3/t_sh7706lan/
if_ne_mainbus.c 68 struct ne2000_softc sc_ne2000; /* real "ne2000" softc */ member in struct:ne_mainbus_softc
112 struct ne2000_softc *nsc = &msc->sc_ne2000;
  /src/sys/dev/isa/
if_ne_isa.c 66 struct ne2000_softc sc_ne2000; /* real "ne2000" softc */ member in struct:ne_isa_softc
134 struct ne2000_softc *nsc = &isc->sc_ne2000;
  /src/sys/arch/amiga/dev/
if_ne_xsh.c 76 struct ne2000_softc sc_ne2000; member in struct:ne_xsh_softc
99 struct ne2000_softc *nsc = &zsc->sc_ne2000;
if_ne_zbus.c 70 struct ne2000_softc sc_ne2000; member in struct:ne_zbus_softc
107 struct ne2000_softc *nsc = &zsc->sc_ne2000;
if_ne_xsurf.c 69 struct ne2000_softc sc_ne2000; member in struct:ne_xsurf_softc
120 struct ne2000_softc *nsc = &zsc->sc_ne2000;
  /src/sys/dev/isapnp/
if_ne_isapnp.c 70 struct ne2000_softc sc_ne2000; /* real "ne2000" softc */ member in struct:ne_isapnp_softc
94 struct ne2000_softc * const nsc = &isc->sc_ne2000;
  /src/sys/dev/mca/
if_ne_mca.c 73 struct ne2000_softc sc_ne2000; /* real "ne2000" softc */ member in struct:ne_mca_softc
132 struct ne2000_softc *nsc = &psc->sc_ne2000;
  /src/sys/dev/pci/
if_ne_pci.c 64 struct ne2000_softc sc_ne2000; /* real "ne2000" softc */ member in struct:ne_pci_softc
171 struct ne2000_softc *nsc = &psc->sc_ne2000;
  /src/sys/arch/atari/dev/
if_ne_mb.c 105 struct ne2000_softc sc_ne2000; /* MI ne2000 softc */ member in struct:ne_mb_softc
183 struct ne2000_softc *nsc = &sc->sc_ne2000;
281 nsc = &sc->sc_ne2000;
  /src/sys/dev/pcmcia/
if_ne_pcmcia.c 76 struct ne2000_softc sc_ne2000; /* real "ne2000" softc */ member in struct:ne_pcmcia_softc
579 struct ne2000_softc *nsc = &psc->sc_ne2000;
764 error = ne2000_detach(&psc->sc_ne2000, flags);
808 struct ne2000_softc *nsc = &psc->sc_ne2000;
844 struct ne2000_softc *nsc = &psc->sc_ne2000;
  /src/sys/arch/acorn32/podulebus/
if_ne_pbus.c 86 struct ne2000_softc sc_ne2000; /* ne2000 softc */ member in struct:ne_pbus_softc
234 struct ne2000_softc *nsc = &npsc->sc_ne2000;
451 aprint_normal_dev(sc->sc_ne2000.sc_dp8390.sc_dev,
455 dsr = bus_space_read_1(sc->sc_ne2000.sc_asict,
456 sc->sc_ne2000.sc_asich, EM_DSR_REG);
489 struct ne2000_softc *nsc = &sc->sc_ne2000;
514 struct ne2000_softc *nsc = &sc->sc_ne2000;
565 mx98905_attach(&sc->sc_ne2000.sc_dp8390);

Completed in 31 milliseconds