Lines Matching defs:ue
265 struct usb_ether *ue = &sc->sc_ue;
283 ue->ue_sc = sc;
284 ue->ue_dev = dev;
285 ue->ue_udev = uaa->device;
286 ue->ue_mtx = &sc->sc_mtx;
287 ue->ue_methods = &ipheth_ue_methods;
311 error = uether_ifattach(ue);
327 struct usb_ether *ue = &sc->sc_ue;
332 uether_ifdetach(ue);
340 ipheth_start(struct usb_ether *ue)
342 struct ipheth_softc *sc = uether_getsc(ue);
352 ipheth_stop(struct usb_ether *ue)
354 struct ipheth_softc *sc = uether_getsc(ue);
364 ipheth_tick(struct usb_ether *ue)
366 struct ipheth_softc *sc = uether_getsc(ue);
379 error = uether_do_request(ue, &req, sc->sc_data, IPHETH_CTRL_TIMEOUT);
389 ipheth_attach_post(struct usb_ether *ue)
395 ipheth_init(struct usb_ether *ue)
397 struct ipheth_softc *sc = uether_getsc(ue);
398 if_t ifp = uether_getifp(ue);
408 ipheth_start(ue);
412 ipheth_setmulti(struct usb_ether *ue)
418 ipheth_setpromisc(struct usb_ether *ue)