Lines Matching refs:ue

183 static int smsc_attach_post_sub(struct usb_ether *ue);
687 * @ue: usb ethernet device context
696 smsc_setmulti(struct usb_ether *ue)
698 struct smsc_softc *sc = uether_getsc(ue);
699 struct ifnet *ifp = uether_getifp(ue);
752 * @ue: usb ethernet device context
758 smsc_setpromisc(struct usb_ether *ue)
760 struct smsc_softc *sc = uether_getsc(ue);
761 struct ifnet *ifp = uether_getifp(ue);
891 * @ue: USB ether interface
900 smsc_init(struct usb_ether *ue)
902 struct smsc_softc *sc = uether_getsc(ue);
903 struct ifnet *ifp = uether_getifp(ue);
914 smsc_stop(ue);
938 smsc_setmulti(ue);
950 smsc_start(ue);
968 struct usb_ether *ue = &sc->sc_ue;
969 struct ifnet *ifp = uether_getifp(ue);
1100 uether_rxmbuf(ue, m, pktlen - 4);
1113 uether_rxflush(ue);
1221 * @ue: USB ether interface
1229 smsc_tick(struct usb_ether *ue)
1231 struct smsc_softc *sc = uether_getsc(ue);
1238 smsc_miibus_statchg(ue->ue_dev);
1240 smsc_start(ue);
1246 * @ue: USB ether interface
1252 smsc_start(struct usb_ether *ue)
1254 struct smsc_softc *sc = uether_getsc(ue);
1265 * @ue: USB ether interface
1271 smsc_stop(struct usb_ether *ue)
1273 struct smsc_softc *sc = uether_getsc(ue);
1274 struct ifnet *ifp = uether_getifp(ue);
1524 struct usb_ether *ue = ifp->if_softc;
1533 sc = uether_getsc(ue);
1557 uether_init(ue);
1559 ifp->if_init(ue);
1712 * @ue: the USB ethernet device
1721 smsc_attach_post(struct usb_ether *ue)
1723 struct smsc_softc *sc = uether_getsc(ue);
1774 * @ue: the USB ethernet device
1785 smsc_attach_post_sub(struct usb_ether *ue)
1791 sc = uether_getsc(ue);
1792 ifp = ue->ue_ifp;
1816 error = mii_attach(ue->ue_dev, &ue->ue_miibus, ifp,
1817 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts,
1865 struct usb_ether *ue = &sc->sc_ue;
1884 ue->ue_sc = sc;
1885 ue->ue_dev = dev;
1886 ue->ue_udev = uaa->device;
1887 ue->ue_mtx = &sc->sc_mtx;
1888 ue->ue_methods = &smsc_ue_methods;
1890 err = uether_ifattach(ue);
1913 struct usb_ether *ue = &sc->sc_ue;
1916 uether_ifdetach(ue);