Lines Matching full:ue
508 struct usb_ether *ue = &sc->sc_ue; in ure_attach() local
565 ue->ue_sc = sc; in ure_attach()
566 ue->ue_dev = dev; in ure_attach()
567 ue->ue_udev = uaa->device; in ure_attach()
568 ue->ue_mtx = &sc->sc_mtx; in ure_attach()
569 ue->ue_methods = &ure_ue_methods; in ure_attach()
571 error = uether_ifattach(ue); in ure_attach()
587 struct usb_ether *ue = &sc->sc_ue; in ure_detach() local
591 uether_ifdetach(ue); in ure_detach()
637 struct usb_ether *ue = &sc->sc_ue; in ure_bulk_read_callback() local
638 if_t ifp = uether_getifp(ue); in ure_bulk_read_callback()
716 uether_rxmbuf(ue, m, 0); in ure_bulk_read_callback()
729 uether_rxflush(ue); in ure_bulk_read_callback()
956 ure_attach_post(struct usb_ether *ue) in ure_attach_post() argument
958 struct ure_softc *sc = uether_getsc(ue); in ure_attach_post()
977 ue->ue_eaddr, 8); in ure_attach_post()
980 ue->ue_eaddr, 8); in ure_attach_post()
991 ure_attach_post_sub(struct usb_ether *ue) in ure_attach_post_sub() argument
999 sc = uether_getsc(ue); in ure_attach_post_sub()
1000 ifp = ue->ue_ifp; in ure_attach_post_sub()
1031 error = mii_attach(ue->ue_dev, &ue->ue_miibus, ifp, in ure_attach_post_sub()
1032 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in ure_attach_post_sub()
1048 ure_init(struct usb_ether *ue) in ure_init() argument
1050 struct ure_softc *sc = uether_getsc(ue); in ure_init()
1051 if_t ifp = uether_getifp(ue); in ure_init()
1061 ure_stop(ue); in ure_init()
1136 ure_rxfilter(ue); in ure_init()
1148 ure_tick(struct usb_ether *ue) in ure_tick() argument
1150 struct ure_softc *sc = uether_getsc(ue); in ure_tick()
1151 if_t ifp = uether_getifp(ue); in ure_tick()
1175 ure_start(ue); in ure_tick()
1197 ure_rxfilter(struct usb_ether *ue) in ure_rxfilter() argument
1199 struct ure_softc *sc = uether_getsc(ue); in ure_rxfilter()
1200 if_t ifp = uether_getifp(ue); in ure_rxfilter()
1227 DEVPRINTFN(14, ue->ue_dev, "rxfilt: RCR: %#x\n", in ure_rxfilter()
1235 ure_start(struct usb_ether *ue) in ure_start() argument
1237 struct ure_softc *sc = uether_getsc(ue); in ure_start()
1445 struct usb_ether *ue = if_getsoftc(ifp); in ure_ioctl() local
1450 sc = uether_getsc(ue); in ure_ioctl()
1485 uether_init(ue); in ure_ioctl()
1978 ure_stop(struct usb_ether *ue) in ure_stop() argument
1980 struct ure_softc *sc = uether_getsc(ue); in ure_stop()
1981 if_t ifp = uether_getifp(ue); in ure_stop()