Lines Matching refs:ue
451 cdce_attach_post(struct usb_ether *ue)
461 struct usb_ether *ue = &sc->sc_ue;
617 ue->ue_sc = sc;
618 ue->ue_dev = dev;
619 ue->ue_udev = uaa->device;
620 ue->ue_mtx = &sc->sc_mtx;
621 ue->ue_methods = &cdce_ue_methods;
623 error = (usb_error_t)uether_ifattach(ue);
639 struct usb_ether *ue = &sc->sc_ue;
643 uether_ifdetach(ue);
650 cdce_start(struct usb_ether *ue)
652 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue);
690 struct usb_ether *ue = &sc->sc_ue;
711 UE_LOCK(ue);
712 IF_DEQUEUE(&(ue->ue_txq), m);
713 UE_UNLOCK(ue);
772 cdce_init(struct usb_ether *ue)
774 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue);
775 struct los_eth_driver *ifp = ue->ue_drv_sc;
798 cdce_start(ue);
802 cdce_stop(struct usb_ether *ue)
804 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue);
805 struct los_eth_driver *ifp = ue->ue_drv_sc;
824 cdce_setmulti(struct usb_ether *ue)
831 cdce_setpromisc(struct usb_ether *ue)
1094 struct usb_ether *ue = &sc->sc_ue;
1133 IF_DEQUEUE(&(ue->ue_txq), m);
1150 IF_PREPEND(&(ue->ue_txq), m);