Lines Matching full:ue

288 cue_setpromisc(struct usb_ether *ue)  in cue_setpromisc()  argument
290 struct cue_softc *sc = uether_getsc(ue); in cue_setpromisc()
291 if_t ifp = uether_getifp(ue); in cue_setpromisc()
302 cue_setmulti(ue); in cue_setpromisc()
318 cue_setmulti(struct usb_ether *ue) in cue_setmulti() argument
320 struct cue_softc *sc = uether_getsc(ue); in cue_setmulti()
321 if_t ifp = uether_getifp(ue); in cue_setmulti()
372 cue_attach_post(struct usb_ether *ue) in cue_attach_post() argument
374 struct cue_softc *sc = uether_getsc(ue); in cue_attach_post()
376 cue_getmac(sc, ue->ue_eaddr); in cue_attach_post()
403 struct usb_ether *ue = &sc->sc_ue; in cue_attach() local
418 ue->ue_sc = sc; in cue_attach()
419 ue->ue_dev = dev; in cue_attach()
420 ue->ue_udev = uaa->device; in cue_attach()
421 ue->ue_mtx = &sc->sc_mtx; in cue_attach()
422 ue->ue_methods = &cue_ue_methods; in cue_attach()
424 error = uether_ifattach(ue); in cue_attach()
440 struct usb_ether *ue = &sc->sc_ue; in cue_detach() local
443 uether_ifdetach(ue); in cue_detach()
453 struct usb_ether *ue = &sc->sc_ue; in cue_bulk_read_callback() local
454 if_t ifp = uether_getifp(ue); in cue_bulk_read_callback()
475 uether_rxbuf(ue, pc, 2, len); in cue_bulk_read_callback()
481 uether_rxflush(ue); in cue_bulk_read_callback()
559 cue_tick(struct usb_ether *ue) in cue_tick() argument
561 struct cue_softc *sc = uether_getsc(ue); in cue_tick()
562 if_t ifp = uether_getifp(ue); in cue_tick()
575 cue_start(struct usb_ether *ue) in cue_start() argument
577 struct cue_softc *sc = uether_getsc(ue); in cue_start()
587 cue_init(struct usb_ether *ue) in cue_init() argument
589 struct cue_softc *sc = uether_getsc(ue); in cue_init()
590 if_t ifp = uether_getifp(ue); in cue_init()
598 cue_stop(ue); in cue_init()
610 cue_setpromisc(ue); in cue_init()
629 cue_start(ue); in cue_init()
637 cue_stop(struct usb_ether *ue) in cue_stop() argument
639 struct cue_softc *sc = uether_getsc(ue); in cue_stop()
640 if_t ifp = uether_getifp(ue); in cue_stop()