Lines Matching refs:sc_ethercom
123 struct ethercom sc_ethercom; /* ethernet common data */ member
342 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in ste_attach()
515 sc->sc_ethercom.ec_mii = mii; in ste_attach()
538 ifp = &sc->sc_ethercom.ec_if; in ste_attach()
564 sc->sc_ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU; in ste_attach()
622 ste_stop(&sc->sc_ethercom.ec_if, 1); in ste_shutdown()
705 MCLAIM(m, &sc->sc_ethercom.ec_tx_mowner); in ste_start()
890 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in ste_intr()
988 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in ste_txintr()
1034 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in ste_rxintr()
1086 MCLAIM(m, &sc->sc_ethercom.ec_rx_mowner); in ste_rxintr()
1146 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in ste_stats_update()
1350 if (sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) in ste_init()
1374 if (sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) in ste_init()
1537 MCLAIM(m, &sc->sc_ethercom.ec_rx_mowner); in ste_add_rxbuf()
1574 struct ethercom *ec = &sc->sc_ethercom; in ste_set_filter()
1575 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in ste_set_filter()