Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_ethercom

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;
998 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1033 ((sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) == 0 ||
1096 MCLAIM(m, &sc->sc_ethercom.ec_rx_mowner);
1137 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1492 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1616 MCLAIM(m, &sc->sc_ethercom.ec_rx_mowner);
1653 struct ethercom *ec = &sc->sc_ethercom;
1654 struct ifnet *ifp = &sc->sc_ethercom.ec_if;