Searched refs:uether_do_request (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/dev/usb/net/
H A Dif_cue.c205 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) {
223 (void)uether_do_request(&sc->sc_ue, &req, &val, 1000);
238 return (uether_do_request(&sc->sc_ue, &req, NULL, 1000));
255 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
269 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
356 if (uether_do_request(&sc->sc_ue, &req, NULL, 1000)) {
H A Dusb_ethernet.h86 struct usb_device *ue_udev; /* used by uether_do_request() */
106 #define uether_do_request(ue,req,data,timo) \ macro
H A Dif_mos.c273 err = uether_do_request(&sc->sc_ue, &req, &val, 1000);
297 err = uether_do_request(&sc->sc_ue, &req, &val, 1000);
320 err = uether_do_request(&sc->sc_ue, &req, &val, 1000);
344 err = uether_do_request(&sc->sc_ue, &req, &val, 1000);
365 err = uether_do_request(&sc->sc_ue, &req, mac, 1000);
385 err = uether_do_request(&sc->sc_ue, &req, mac, 1000);
406 err = uether_do_request(&sc->sc_ue, &req, hashtbl, 1000);
H A Dif_udav.c328 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
345 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
360 return (uether_do_request(&sc->sc_ue, &req, NULL, 1000));
377 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
394 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
420 return (uether_do_request(&sc->sc_ue, &req, NULL, 1000));
H A Dif_aue.c67 * Registers are accessed using uether_do_request(). Packet
310 err = uether_do_request(&sc->sc_ue, &req, &val, 1000);
329 err = uether_do_request(&sc->sc_ue, &req, &val, 1000);
347 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) {
365 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) {
H A Dif_ipheth.c322 error = uether_do_request(ue, &req, sc->sc_data, IPHETH_CTRL_TIMEOUT);
H A Dif_axge.c220 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
237 if (uether_do_request(&sc->sc_ue, &req, buf, 1000)) {
H A Dif_rue.c243 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
257 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
H A Dif_kue.c241 err = uether_do_request(&sc->sc_ue, req, data, 60000);
H A Dif_smsc.c249 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000);
287 err = uether_do_request(&sc->sc_ue, &req, &buf, 1000);
H A Dif_axe.c310 err = uether_do_request(&sc->sc_ue, &req, buf, 1000);

Completed in 140 milliseconds