HomeSort by: relevance | last modified time | path
    Searched defs:sc_ethercom (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/sys/dev/pcmcia/
if_xivar.h 25 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:xi_softc
  /src/sys/dev/ic/
dm9000var.h 78 struct ethercom sc_ethercom; /* Ethernet common data */ member in struct:dme_softc
seeq8005var.h 63 struct ethercom sc_ethercom; /* Ethernet common */ member in struct:seeq8005_softc
aic6915var.h 120 struct ethercom sc_ethercom; /* ethernet common data */ member in struct:sf_softc
elink3var.h 42 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:ep_softc
hmevar.h 56 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:hme_softc
lancevar.h 37 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:lance_softc
smc83c170var.h 100 struct ethercom sc_ethercom; /* ethernet common data */ member in struct:epic_softc
cs89x0var.h 72 struct ethercom sc_ethercom; /* Ethernet common */ member in struct:cs_softc
elinkxlvar.h 43 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:ex_softc
  /src/sys/dev/ofw/
ofnet.c 65 struct ethercom sc_ethercom; member in struct:ofnet_softc
108 struct ifnet *ifp = &of->sc_ethercom.ec_if;
147 struct ifnet *ifp = &of->sc_ethercom.ec_if;
253 struct ifnet *ifp = &of->sc_ethercom.ec_if;
269 of->sc_ethercom.ec_if.if_flags &= ~IFF_RUNNING;
  /src/sys/arch/next68k/dev/
mb8795var.h 53 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:mb8795_softc
  /src/sys/arch/amiga/dev/
if_qn.c 132 struct ethercom sc_ethercom; /* Common ethernet structures */ member in struct:qn_softc
194 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
258 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
265 if (sc->sc_ethercom.ec_if.if_flags & IFF_PROMISC) {
527 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
543 m_set_rcvif(m, &sc->sc_ethercom.ec_if);
616 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
622 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
628 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
638 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors)
    [all...]
zz9k_if.c 79 struct ethercom sc_ethercom; member in struct:zzif_softc
128 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
203 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
216 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
295 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
  /src/sys/arch/mac68k/dev/
if_mcvar.h 66 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:mc_softc
67 #define sc_if sc_ethercom.ec_if
  /src/sys/arch/macppc/dev/
if_mcvar.h 66 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:mc_softc
67 #define sc_if sc_ethercom.ec_if
  /src/sys/arch/sun3/dev/
if_ievar.h 59 struct ethercom sc_ethercom;/* system ethercom structure */ member in struct:ie_softc
60 #define sc_if sc_ethercom.ec_if /* network-visible interface */
  /src/sys/dev/isa/
if_eg.c 100 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:eg_softc
368 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
474 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
622 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
667 egstart(&sc->sc_ethercom.ec_if);
709 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
736 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
if_el.c 72 struct ethercom sc_ethercom; /* ethernet common */ member in struct:el_softc
201 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
303 CLLADDR(sc->sc_ethercom.ec_if.if_sadl)[i]);
312 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
524 if (sc->sc_ethercom.ec_if.if_flags & IFF_PROMISC)
566 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
595 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
  /src/sys/dev/pci/
if_nfevar.h 72 struct ethercom sc_ethercom; member in struct:nfe_softc
  /src/sys/arch/mips/cavium/dev/
if_cnmacvar.h 51 struct ethercom sc_ethercom; member in struct:cnmac_softc
  /src/sys/arch/sun2/dev/
if_ec.c 83 struct ethercom sc_ethercom; /* ethernet common */ member in struct:ec_softc
189 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
227 sc->sc_ethercom.ec_ifmedia = &sc->sc_media;
274 ECREG_ARAM, CLLADDR(sc->sc_ethercom.ec_if.if_sadl), ETHER_ADDR_LEN);
351 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
454 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
628 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
  /src/sys/dev/cadence/
if_cemacvar.h 52 struct ethercom sc_ethercom; member in struct:cemac_softc
  /src/sys/arch/mips/atheros/dev/
aevar.h 135 struct ethercom sc_ethercom; /* ethernet common data */ member in struct:ae_softc
  /src/sys/arch/sgimips/hpc/
sqvar.h 120 struct ethercom sc_ethercom; member in struct:sq_softc

Completed in 19 milliseconds

1 2 3