Home | History | Annotate | Download | only in pci

Lines Matching refs:sc_ethercom

123 	struct ethercom sc_ethercom;	/* ethernet common data */
342 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
515 sc->sc_ethercom.ec_mii = mii;
538 ifp = &sc->sc_ethercom.ec_if;
564 sc->sc_ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU;
622 ste_stop(&sc->sc_ethercom.ec_if, 1);
705 MCLAIM(m, &sc->sc_ethercom.ec_tx_mowner);
890 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
988 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1034 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1086 MCLAIM(m, &sc->sc_ethercom.ec_rx_mowner);
1146 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1350 if (sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU)
1374 if (sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU)
1537 MCLAIM(m, &sc->sc_ethercom.ec_rx_mowner);
1574 struct ethercom *ec = &sc->sc_ethercom;
1575 struct ifnet *ifp = &sc->sc_ethercom.ec_if;