Lines Matching full:ue
207 urndis_attach_post(struct usb_ether *ue) in urndis_attach_post() argument
227 struct usb_ether *ue = &sc->sc_ue; in urndis_attach() local
309 ue->ue_sc = sc; in urndis_attach()
310 ue->ue_dev = dev; in urndis_attach()
311 ue->ue_udev = uaa->device; in urndis_attach()
312 ue->ue_mtx = &sc->sc_mtx; in urndis_attach()
313 ue->ue_methods = &urndis_ue_methods; in urndis_attach()
315 error = uether_ifattach(ue); in urndis_attach()
337 struct usb_ether *ue = &sc->sc_ue; in urndis_detach() local
342 uether_ifdetach(ue); in urndis_detach()
354 urndis_start(struct usb_ether *ue) in urndis_start() argument
356 struct urndis_softc *sc = uether_getsc(ue); in urndis_start()
366 urndis_init(struct usb_ether *ue) in urndis_init() argument
368 struct urndis_softc *sc = uether_getsc(ue); in urndis_init()
369 if_t ifp = uether_getifp(ue); in urndis_init()
379 urndis_start(ue); in urndis_init()
383 urndis_stop(struct usb_ether *ue) in urndis_stop() argument
385 struct urndis_softc *sc = uether_getsc(ue); in urndis_stop()
386 if_t ifp = uether_getifp(ue); in urndis_stop()
400 urndis_setmulti(struct usb_ether *ue) in urndis_setmulti() argument
407 urndis_setpromisc(struct usb_ether *ue) in urndis_setpromisc() argument