Lines Matching refs:sc_arpcom

154 	struct ifnet *ifp = &sc->sc_arpcom.ac_if;  in stge_attach()
301 sc->sc_arpcom.ac_enaddr[0] = CSR_READ_2(sc, in stge_attach()
303 sc->sc_arpcom.ac_enaddr[1] = CSR_READ_2(sc, in stge_attach()
305 sc->sc_arpcom.ac_enaddr[2] = CSR_READ_2(sc, in stge_attach()
307 sc->sc_arpcom.ac_enaddr[3] = CSR_READ_2(sc, in stge_attach()
309 sc->sc_arpcom.ac_enaddr[4] = CSR_READ_2(sc, in stge_attach()
311 sc->sc_arpcom.ac_enaddr[5] = CSR_READ_2(sc, in stge_attach()
321 (void)memcpy(sc->sc_arpcom.ac_enaddr, myaddr, in stge_attach()
322 sizeof(sc->sc_arpcom.ac_enaddr)); in stge_attach()
326 printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); in stge_attach()
351 ifp = &sc->sc_arpcom.ac_if; in stge_attach()
390 sc->sc_arpcom.ac_if.if_capabilities |= IFCAP_CSUM_IPv4 | in stge_attach()
687 error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data); in stge_ioctl()
709 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in stge_intr()
795 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in stge_txintr()
843 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in stge_rxintr()
1022 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in stge_stats_update()
1141 sc->sc_arpcom.ac_enaddr[0] | sc->sc_arpcom.ac_enaddr[1] << 8); in stge_init()
1143 sc->sc_arpcom.ac_enaddr[2] | sc->sc_arpcom.ac_enaddr[3] << 8); in stge_init()
1145 sc->sc_arpcom.ac_enaddr[4] | sc->sc_arpcom.ac_enaddr[5] << 8); in stge_init()
1149 sc->sc_arpcom.ac_enaddr[i]); in stge_init()
1467 struct arpcom *ac = &sc->sc_arpcom; in stge_iff()
1468 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in stge_iff()