Home
last modified time | relevance | path

Searched refs:uether_do_request (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/usb/net/
H A Dif_cue.c207 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()
H A Dif_mos.c278 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in mos_reg_read_1()
302 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in mos_reg_read_2()
325 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in mos_reg_write_1()
349 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in mos_reg_write_2()
370 err = uether_do_request(&sc->sc_ue, &req, mac, 1000); in mos_readmac()
390 err = uether_do_request(&sc->sc_ue, &req, mac, 1000); in mos_writemac()
411 err = uether_do_request(&sc->sc_ue, &req, hashtbl, 1000); in mos_write_mcast()
H A Dif_udav.c335 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
352 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
367 return (uether_do_request(&sc->sc_ue, &req, NULL, 1000));
384 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in udav_csr_read()
401 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in udav_csr_write()
427 return (uether_do_request(&sc->sc_ue, &req, NULL, 1000)); in udav_csr_write1()
H A Dusb_ethernet.h101 #define uether_do_request(ue,req,data,timo) \ macro
H A Dif_aue.c318 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in aue_csr_read_1()
337 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in aue_csr_read_2()
355 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) { in aue_csr_write_1()
373 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) { in aue_csr_write_2()
H A Dif_rue.c250 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()
H A Dif_axge.c230 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in axge_read_mem()
247 if (uether_do_request(&sc->sc_ue, &req, buf, 1000)) { in axge_write_mem()
H A Dif_ipheth.c324 error = uether_do_request(ue, &req, sc->sc_data, IPHETH_CTRL_TIMEOUT); in ipheth_tick()
H A Dif_smsc.c277 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000); in smsc_read_reg()
315 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000); in smsc_write_reg()
H A Dif_kue.c243 err = uether_do_request(&sc->sc_ue, req, data, 60000); in kue_do_request()
H A Dif_muge.c289 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000); in lan78xx_read_reg()
325 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000); in lan78xx_write_reg()
H A Dif_axe.c312 err = uether_do_request(&sc->sc_ue, &req, buf, 1000); in axe_cmd()
H A Dif_ure.c246 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in ure_ctl()