Lines Matching defs:ue
508 struct usb_ether *ue = &sc->sc_ue;
565 ue->ue_sc = sc;
566 ue->ue_dev = dev;
567 ue->ue_udev = uaa->device;
568 ue->ue_mtx = &sc->sc_mtx;
569 ue->ue_methods = &ure_ue_methods;
571 error = uether_ifattach(ue);
587 struct usb_ether *ue = &sc->sc_ue;
591 uether_ifdetach(ue);
637 struct usb_ether *ue = &sc->sc_ue;
638 if_t ifp = uether_getifp(ue);
710 uether_rxmbuf(ue, m, len - ETHER_CRC_LEN);
723 uether_rxflush(ue);
950 ure_attach_post(struct usb_ether *ue)
952 struct ure_softc *sc = uether_getsc(ue);
971 ue->ue_eaddr, 8);
974 ue->ue_eaddr, 8);
985 ure_attach_post_sub(struct usb_ether *ue)
993 sc = uether_getsc(ue);
994 ifp = ue->ue_ifp;
1025 error = mii_attach(ue->ue_dev, &ue->ue_miibus, ifp,
1026 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts,
1042 ure_init(struct usb_ether *ue)
1044 struct ure_softc *sc = uether_getsc(ue);
1045 if_t ifp = uether_getifp(ue);
1055 ure_stop(ue);
1130 ure_rxfilter(ue);
1142 ure_tick(struct usb_ether *ue)
1144 struct ure_softc *sc = uether_getsc(ue);
1145 if_t ifp = uether_getifp(ue);
1169 ure_start(ue);
1191 ure_rxfilter(struct usb_ether *ue)
1193 struct ure_softc *sc = uether_getsc(ue);
1194 if_t ifp = uether_getifp(ue);
1221 DEVPRINTFN(14, ue->ue_dev, "rxfilt: RCR: %#x\n",
1229 ure_start(struct usb_ether *ue)
1231 struct ure_softc *sc = uether_getsc(ue);
1439 struct usb_ether *ue = if_getsoftc(ifp);
1444 sc = uether_getsc(ue);
1479 uether_init(ue);
1972 ure_stop(struct usb_ether *ue)
1974 struct ure_softc *sc = uether_getsc(ue);
1975 if_t ifp = uether_getifp(ue);