Lines Matching refs:nsc
65 struct ne2000_softc nsc;
152 sc->nsc.sc_dp8390.sc_dev = self;
162 sc->nsc.sc_dp8390.sc_regt = iot;
163 sc->nsc.sc_dp8390.sc_regh = nioh;
165 sc->nsc.sc_asict = iot;
166 sc->nsc.sc_asich = aioh;
173 sc->nsc.sc_type = NE2000_TYPE_NE2000; /* XXX _AX88796 ? */
174 sc->nsc.sc_dp8390.sc_flags = DP8390_NO_REMOTE_DMA_COMPLETE;
203 sc->nsc.sc_dp8390.sc_enabled = 0;
204 sc->nsc.sc_dp8390.sc_enable = ne_obio_enable;
207 if( ne2000_attach( &sc->nsc, my_ea ) )