Lines Matching refs:sc_ue
250 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in rue_read_mem()
264 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in rue_write_mem()
349 device_printf(sc->sc_ue.ue_dev, "bad phy register\n"); in rue_miibus_readreg()
399 device_printf(sc->sc_ue.ue_dev, " bad phy register\n"); in rue_miibus_writereg()
537 if (uether_pause(&sc->sc_ue, hz / 1000)) in rue_reset()
543 device_printf(sc->sc_ue.ue_dev, "reset never completed\n"); in rue_reset()
545 uether_pause(&sc->sc_ue, hz / 100); in rue_reset()
587 struct usb_ether *ue = &sc->sc_ue; in rue_attach()
625 struct usb_ether *ue = &sc->sc_ue; in rue_detach()
638 if_t ifp = uether_getifp(&sc->sc_ue); in rue_intr_callback()
678 struct usb_ether *ue = &sc->sc_ue; in rue_bulk_read_callback()
729 if_t ifp = uether_getifp(&sc->sc_ue); in rue_bulk_write_callback()