Lines Matching refs:sc_arpcom

214 	struct arpcom sc_arpcom;  member
717 sc->sc_arpcom.ac_enaddr[1] = eaddrtemp & 0xFF; in ee16_probe()
718 sc->sc_arpcom.ac_enaddr[0] = eaddrtemp >> 8; in ee16_probe()
720 sc->sc_arpcom.ac_enaddr[3] = eaddrtemp & 0xFF; in ee16_probe()
721 sc->sc_arpcom.ac_enaddr[2] = eaddrtemp >> 8; in ee16_probe()
723 sc->sc_arpcom.ac_enaddr[5] = eaddrtemp & 0xFF; in ee16_probe()
724 sc->sc_arpcom.ac_enaddr[4] = eaddrtemp >> 8; in ee16_probe()
755 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in ieattach()
770 ether_sprintf(sc->sc_arpcom.ac_enaddr), in ieattach()
787 ++sc->sc_arpcom.ac_if.if_oerrors; in iewatchdog()
842 sc->sc_arpcom.ac_if.if_ierrors++; in ieintr()
882 sc->sc_arpcom.ac_if.if_ierrors += in ierint()
913 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in ietint()
1001 if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr)) in check_eh()
1007 if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr)) in check_eh()
1033 if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr)) in check_eh()
1112 sc->sc_arpcom.ac_if.if_timer = 5; in iexmit()
1135 sc->sc_arpcom.ac_if.if_ierrors++; in ieget()
1159 sc->sc_arpcom.ac_if.if_ierrors++; in ieget()
1176 sc->sc_arpcom.ac_if.if_ierrors++; in ieget()
1230 sc->sc_arpcom.ac_if.if_ierrors++; in ieget()
1264 sc->sc_arpcom.ac_if.if_ierrors++; in ie_readframe()
1275 if_input(&sc->sc_arpcom.ac_if, &ml); in ie_readframe()
1616 u_char *addr = sc->sc_arpcom.ac_enaddr; in slel_get_address()
1884 bcopy(sc->sc_arpcom.ac_enaddr, (caddr_t)&cmd->ie_address, in ieinit()
1910 sc->sc_arpcom.ac_if.if_flags |= IFF_RUNNING; in ieinit()
1911 ifq_clr_oactive(&sc->sc_arpcom.ac_if.if_snd); in ieinit()
1989 error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data); in ieioctl()
2005 struct arpcom *ac = &sc->sc_arpcom; in mc_reset()