Lines Matching full:ue

339 kue_setpromisc(struct usb_ether *ue)  in kue_setpromisc()  argument
341 struct kue_softc *sc = uether_getsc(ue); in kue_setpromisc()
342 if_t ifp = uether_getifp(ue); in kue_setpromisc()
368 kue_setmulti(struct usb_ether *ue) in kue_setmulti() argument
370 struct kue_softc *sc = uether_getsc(ue); in kue_setmulti()
371 if_t ifp = uether_getifp(ue); in kue_setmulti()
421 kue_attach_post(struct usb_ether *ue) in kue_attach_post() argument
423 struct kue_softc *sc = uether_getsc(ue); in kue_attach_post()
441 memcpy(ue->ue_eaddr, sc->sc_desc.kue_macaddr, sizeof(ue->ue_eaddr)); in kue_attach_post()
471 struct usb_ether *ue = &sc->sc_ue; in kue_attach() local
493 ue->ue_sc = sc; in kue_attach()
494 ue->ue_dev = dev; in kue_attach()
495 ue->ue_udev = uaa->device; in kue_attach()
496 ue->ue_mtx = &sc->sc_mtx; in kue_attach()
497 ue->ue_methods = &kue_ue_methods; in kue_attach()
499 error = uether_ifattach(ue); in kue_attach()
515 struct usb_ether *ue = &sc->sc_ue; in kue_detach() local
518 uether_ifdetach(ue); in kue_detach()
533 struct usb_ether *ue = &sc->sc_ue; in kue_bulk_read_callback() local
534 if_t ifp = uether_getifp(ue); in kue_bulk_read_callback()
555 uether_rxbuf(ue, pc, 2, len); in kue_bulk_read_callback()
561 uether_rxflush(ue); in kue_bulk_read_callback()
645 kue_start(struct usb_ether *ue) in kue_start() argument
647 struct kue_softc *sc = uether_getsc(ue); in kue_start()
657 kue_init(struct usb_ether *ue) in kue_init() argument
659 struct kue_softc *sc = uether_getsc(ue); in kue_init()
660 if_t ifp = uether_getifp(ue); in kue_init()
679 kue_setpromisc(ue); in kue_init()
684 kue_start(ue); in kue_init()
688 kue_stop(struct usb_ether *ue) in kue_stop() argument
690 struct kue_softc *sc = uether_getsc(ue); in kue_stop()
691 if_t ifp = uether_getifp(ue); in kue_stop()