Lines Matching refs:arpcom
77 struct arpcom arpcom; /* Ethernet common data */ member
208 sc->arpcom.ac_enaddr[5] = eaddr_tmp & 0xff; in ex_probe()
209 sc->arpcom.ac_enaddr[4] = eaddr_tmp >> 8; in ex_probe()
211 sc->arpcom.ac_enaddr[3] = eaddr_tmp & 0xff; in ex_probe()
212 sc->arpcom.ac_enaddr[2] = eaddr_tmp >> 8; in ex_probe()
214 sc->arpcom.ac_enaddr[1] = eaddr_tmp & 0xff; in ex_probe()
215 sc->arpcom.ac_enaddr[0] = eaddr_tmp >> 8; in ex_probe()
243 struct ifnet *ifp = &sc->arpcom.ac_if; in ex_attach()
277 ether_sprintf(sc->arpcom.ac_enaddr)); in ex_attach()
289 struct ifnet *ifp = &sc->arpcom.ac_if; in ex_init()
296 sc->arpcom.ac_if.if_timer = 0; in ex_init()
306 CSR_WRITE_1(sc, I_ADDR_REG0 + i, sc->arpcom.ac_enaddr[i]); in ex_init()
562 struct ifnet *ifp = &sc->arpcom.ac_if; in ex_intr()
606 struct ifnet *ifp = &sc->arpcom.ac_if; in ex_tx_intr()
638 struct ifnet *ifp = &sc->arpcom.ac_if; in ex_rx_intr()
758 error = ether_ioctl(ifp, &sc->arpcom, cmd, data); in ex_ioctl()
775 struct arpcom *ac = &sc->arpcom; in ex_setmulti()
776 struct ifnet *ifp = &sc->arpcom.ac_if; in ex_setmulti()
833 addr = (uint16_t*) sc->arpcom.ac_enaddr; in ex_setmulti()