Lines Matching refs:sc_ue
207 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) { in cue_csr_read_1()
225 (void)uether_do_request(&sc->sc_ue, &req, &val, 1000); in cue_csr_read_2()
240 return (uether_do_request(&sc->sc_ue, &req, NULL, 1000)); in cue_csr_write_1()
257 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in cue_mem()
271 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in cue_getmac()
361 if (uether_do_request(&sc->sc_ue, &req, NULL, 1000)) { in cue_reset()
368 uether_pause(&sc->sc_ue, hz / 100); in cue_reset()
403 struct usb_ether *ue = &sc->sc_ue; in cue_attach()
440 struct usb_ether *ue = &sc->sc_ue; in cue_detach()
453 struct usb_ether *ue = &sc->sc_ue; in cue_bulk_read_callback()
501 if_t ifp = uether_getifp(&sc->sc_ue); in cue_bulk_write_callback()