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.c208 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) { in cue_csr_read_1()
226 (void)uether_do_request(&sc->sc_ue, &req, &val, 1000); in cue_csr_read_2()
241 return (uether_do_request(&sc->sc_ue, &req, NULL, 1000)); in cue_csr_write_1()
258 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in cue_mem()
272 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in cue_getmac()
362 if (uether_do_request(&sc->sc_ue, &req, NULL, 1000)) { in cue_reset()
H A Dif_mos.c279 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in mos_reg_read_1()
303 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in mos_reg_read_2()
326 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in mos_reg_write_1()
350 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in mos_reg_write_2()
371 err = uether_do_request(&sc->sc_ue, &req, mac, 1000); in mos_readmac()
391 err = uether_do_request(&sc->sc_ue, &req, mac, 1000); in mos_writemac()
412 err = uether_do_request(&sc->sc_ue, &req, hashtbl, 1000); in mos_write_mcast()
H A Dif_udav.c336 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
353 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
368 return (uether_do_request(&sc->sc_ue, &req, NULL, 1000));
385 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in udav_csr_read()
402 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in udav_csr_write()
428 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.c319 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in aue_csr_read_1()
338 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in aue_csr_read_2()
356 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) { in aue_csr_write_1()
374 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) { in aue_csr_write_2()
H A Dif_rue.c251 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in rue_read_mem()
265 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in rue_write_mem()
H A Dif_axge.c231 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in axge_read_mem()
248 if (uether_do_request(&sc->sc_ue, &req, buf, 1000)) { in axge_write_mem()
H A Dif_ipheth.c325 error = uether_do_request(ue, &req, sc->sc_data, IPHETH_CTRL_TIMEOUT); in ipheth_tick()
H A Dif_smsc.c278 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000); in smsc_read_reg()
316 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000); in smsc_write_reg()
H A Dif_kue.c244 err = uether_do_request(&sc->sc_ue, req, data, 60000); in kue_do_request()
H A Dif_muge.c290 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000); in lan78xx_read_reg()
326 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000); in lan78xx_write_reg()
H A Dif_axe.c313 err = uether_do_request(&sc->sc_ue, &req, buf, 1000); in axe_cmd()
H A Dif_ure.c245 return (uether_do_request(&sc->sc_ue, &req, buf, 1000)); in ure_ctl()