/src/sys/dev/pcmcia/ |
if_xivar.h | 25 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:xi_softc
|
if_cnw.c | 184 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:cnw_softc 330 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) 357 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 413 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 441 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 480 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 598 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) 640 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) 656 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) 696 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG [all...] |
/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/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;
|
if_es.c | 84 struct ethercom sc_ethercom; /* common Ethernet structures */ member in struct:es_softc 148 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 181 sc->sc_ethercom.ec_ifmedia = &sc->sc_media; 250 sc->sc_ethercom.ec_if.if_timer = 0; 256 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 305 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 557 ifp = &sc->sc_ethercom.ec_if; 736 esstart(&sc->sc_ethercom.ec_if); 761 if ((sc->sc_ethercom.ec_if.if_flags & IFF_RUNNING) == 0) 783 IF_POLL(&sc->sc_ethercom.ec_if.if_snd, m) [all...] |
/src/sys/dev/ic/ |
hmevar.h | 56 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:hme_softc
|
seeq8005var.h | 63 struct ethercom sc_ethercom; /* Ethernet common */ member in struct:seeq8005_softc
|
hme.c | 116 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 245 sc->sc_ethercom.ec_mii = mii; 298 sc->sc_ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU; 346 (void)hme_init(&sc->sc_ethercom.ec_if); 514 (sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) ? 516 sc->sc_ec_capenable = sc->sc_ethercom.ec_capenable; 544 (sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) ? 692 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 704 MCLAIM(m0, &sc->sc_ethercom.ec_rx_mowner); 860 struct ifnet *ifp = &sc->sc_ethercom.ec_if [all...] |
elink3var.h | 42 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:ep_softc
|
lancevar.h | 37 struct ethercom sc_ethercom; /* Ethernet common part */ member in struct:lance_softc
|
lance.c | 168 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 185 sc->sc_ethercom.ec_ifmedia = &sc->sc_media; 238 sc->sc_ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU; 264 lance_init(&sc->sc_ethercom.ec_if); 373 MCLAIM(m0, &sc->sc_ethercom.ec_rx_mowner); 374 m_set_rcvif(m0, &sc->sc_ethercom.ec_if); 404 MCLAIM(newm, &sc->sc_ethercom.ec_rx_mowner); 424 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 428 len > ((sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) ? 552 struct ifnet *ifp = &sc->sc_ethercom.ec_if [all...] |
i82586.c | 235 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 248 sc->sc_ethercom.ec_ifmedia = &sc->sc_media; 404 if_statadd(&sc->sc_ethercom.ec_if, if_ierrors, 591 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors); 641 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors); 647 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors); 662 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 709 if_statadd(&sc->sc_ethercom.ec_if, if_collisions, 16); 902 m_set_rcvif(m0, &sc->sc_ethercom.ec_if); 1010 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors) [all...] |
cs89x0.c | 330 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 402 sc->sc_ethercom.ec_ifmedia = &sc->sc_media; 514 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 1151 cs_set_ladr_filt(sc, &sc->sc_ethercom); 1179 sc->sc_ethercom.ec_if.if_flags &= ~(IFF_UP | IFF_RUNNING); 1184 sc->sc_ethercom.ec_if.if_flags |= IFF_DEBUG; 1193 sc->sc_ethercom.ec_if.if_flags |= IFF_RUNNING; 1194 sc->sc_ethercom.ec_if.if_timer = 0; 1312 sc->sc_ethercom.ec_if.if_flags &= ~IFF_RUNNING; 1338 cs_set_ladr_filt(sc, &sc->sc_ethercom); [all...] |
/src/sys/arch/newsmips/apbus/ |
if_snvar.h | 86 struct ethercom sc_ethercom; member in struct:sn_softc 87 #define sc_if sc_ethercom.ec_if /* network visible interface */
|
/src/sys/dev/isa/ |
cs89x0isa.c | 180 ifp = &sc->sc_ethercom.ec_if; 235 cs_init(&sc->sc_ethercom.ec_if); 262 cs_init(&sc->sc_ethercom.ec_if); 285 cs_init(&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/dev/cadence/ |
if_cemacvar.h | 52 struct ethercom sc_ethercom; member in struct:cemac_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/ |
mb8795.c | 100 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 113 sc->sc_ethercom.ec_ifmedia = &sc->sc_media; 246 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 363 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 435 sc->sc_ethercom.ec_if.if_flags &= ~IFF_RUNNING; 436 sc->sc_ethercom.ec_if.if_timer = 0; 442 mb8795_mediachange(&sc->sc_ethercom.ec_if); 501 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 704 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
|
/src/sys/arch/mips/atheros/dev/ |
if_ae.c | 182 #define DPRINTF(sc, x) if ((sc)->sc_ethercom.ec_if.if_flags & IFF_DEBUG) \ 222 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 347 sc->sc_ethercom.ec_mii = mii; 374 sc->sc_ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU; 382 ether_set_ifflags_cb(&sc->sc_ethercom, ae_ifflags_cb); 448 if_deactivate(&sc->sc_ethercom.ec_if); 464 struct ifnet *ifp = &sc->sc_ethercom.ec_if; 532 ae_stop(&sc->sc_ethercom.ec_if, 1); 598 MCLAIM(m, &sc->sc_ethercom.ec_tx_mowner); 846 struct ifnet *ifp = &sc->sc_ethercom.ec_if [all...] |
/src/sys/arch/mips/adm5120/dev/ |
if_admsw.c | 456 sc->sc_ethercom[i].ec_ifmedia = &sc->sc_ifmedia[i]; 465 ifp = &sc->sc_ethercom[i].ec_if; 526 admsw_stop(&sc->sc_ethercom[i].ec_if, 1); 557 ifp = &sc->sc_ethercom[i].ec_if; 681 sc->sc_ethercom[0].ec_if.if_timer = 5; 702 if (sc->sc_ethercom[0].ec_if.if_timer != 0) 704 sc->sc_ethercom[0].ec_if.if_timer); 711 if (sc->sc_ethercom[0].ec_if.if_timer != 0) { 721 admsw_stop(&sc->sc_ethercom[vlan].ec_if, 0); 723 (void)admsw_init(&sc->sc_ethercom[vlan].ec_if) [all...] |