/src/sys/dev/ic/ |
sgecvar.h | 49 struct ethercom sc_ec; /* Ethernet common part */ member in struct:ze_softc 50 #define sc_if sc_ec.ec_if /* network-visible interface */
|
lan9118var.h | 56 struct ethercom sc_ec; /* ethernet common glue */ member in struct:lan9118_softc
|
mb86950var.h | 44 struct ethercom sc_ec; /* ethernet common */ member in struct:mb86950_softc
|
smc91cxxvar.h | 37 struct ethercom sc_ec; /* ethernet common glue */ member in struct:smc91cxx_softc
|
bcmgenetvar.h | 65 struct ethercom sc_ec; member in struct:genet_softc
|
malovar.h | 79 struct ethercom sc_ec; member in struct:malo_softc 81 #define sc_if sc_ec.ec_if
|
anvar.h | 107 struct ethercom sc_ec; member in struct:an_softc 161 #define sc_if sc_ec.ec_if
|
rt2560var.h | 116 struct ethercom sc_ec; member in struct:rt2560_softc 170 #define sc_if sc_ec.ec_if
|
rt2661var.h | 106 struct ethercom sc_ec; member in struct:rt2661_softc 179 #define sc_if sc_ec.ec_if
|
awivar.h | 71 struct ethercom sc_ec; member in struct:awi_softc 119 #define sc_if sc_ec.ec_if
|
dptvar.h | 86 struct eata_cfg sc_ec; /* EATA configuration data */ member in struct:dpt_softc
|
mb86960var.h | 125 struct ethercom sc_ec; /* ethernet common */ member in struct:mb86960_softc
|
dwc_gmac_var.h | 97 struct ethercom sc_ec; member in struct:dwc_gmac_softc
|
dwc_eqos_var.h | 68 struct ethercom sc_ec; member in struct:eqos_softc
|
mb86950.c | 261 struct ifnet *ifp = &sc->sc_ec.ec_if; 279 sc->sc_ec.ec_ifmedia = &sc->sc_media; 524 struct ifnet *ifp = &sc->sc_ec.ec_if; 671 struct ifnet *ifp = &sc->sc_ec.ec_if; 733 struct ifnet *ifp = &sc->sc_ec.ec_if; 777 struct ifnet *ifp = &sc->sc_ec.ec_if; 848 struct ifnet *ifp = &sc->sc_ec.ec_if; 947 if_deactivate(&sc->sc_ec.ec_if); 962 struct ifnet *ifp = &sc->sc_ec.ec_if;
|
/src/sys/arch/arm/at91/ |
at91emacvar.h | 53 struct ethercom sc_ec; member in struct:emac_softc
|
/src/sys/arch/arm/ep93xx/ |
epevar.h | 47 struct ethercom sc_ec; member in struct:epe_softc
|
/src/sys/dev/eisa/ |
depca_eisa.c | 77 eisa_chipset_tag_t sc_ec; member in struct:depca_eisa_softc 115 esc->sc_ec = ea->ea_ec; 162 if (eisa_intr_map(esc->sc_ec, esc->sc_irq, &ih)) { 167 intrstr = eisa_intr_string(esc->sc_ec, ih, intrbuf, sizeof(intrbuf)); 168 rv = eisa_intr_establish(esc->sc_ec, ih, esc->sc_ist, IPL_NET,
|
/src/sys/net/ |
if_vether.c | 45 struct ethercom sc_ec; member in struct:vether_softc 69 sc->sc_ec.ec_ifmedia = &sc->sc_im; 75 ifp = &sc->sc_ec.ec_if; 89 sc->sc_ec.ec_capabilities = ETHERCAP_VLAN_MTU | ETHERCAP_JUMBO_MTU;
|
if_tap.c | 93 struct ethercom sc_ec; member in struct:tap_softc 324 ifp = &sc->sc_ec.ec_if; 337 sc->sc_ec.ec_capabilities = ETHERCAP_VLAN_MTU | ETHERCAP_JUMBO_MTU; 379 struct ifnet *ifp = &sc->sc_ec.ec_if; 481 ifp = &sc->sc_ec.ec_if; 687 if_link_state_change(&sc->sc_ec.ec_if, LINK_STATE_UP); 730 if_link_state_change(&sc->sc_ec.ec_if, LINK_STATE_UP); 797 ifp = &sc->sc_ec.ec_if; 856 ifp = &sc->sc_ec.ec_if; 971 ifp = &sc->sc_ec.ec_if [all...] |
/src/sys/dev/usb/ |
if_rumvar.h | 75 struct ethercom sc_ec; member in struct:rum_softc 76 #define sc_if sc_ec.ec_if
|
if_uralvar.h | 75 struct ethercom sc_ec; member in struct:ural_softc 76 #define sc_if sc_ec.ec_if
|
/src/sys/dev/pci/ |
if_ipwvar.h | 88 struct ethercom sc_ec; member in struct:ipw_softc 169 #define sc_if sc_ec.ec_if
|
if_iwivar.h | 117 struct ethercom sc_ec; member in struct:iwi_softc 179 #define sc_if sc_ec.ec_if
|
/src/sys/arch/usermode/dev/ |
if_veth.c | 74 struct ethercom sc_ec; member in struct:veth_softc 104 struct ifnet *ifp = &sc->sc_ec.ec_if; 145 sc->sc_ec.ec_ifmedia = &sc->sc_ifmedia; 201 struct ifnet *ifp = &sc->sc_ec.ec_if; 246 struct ifnet *ifp = &sc->sc_ec.ec_if;
|