• Home
  • Raw
  • Download

Lines Matching refs:ue

454 cdce_attach_post(struct usb_ether *ue)  in cdce_attach_post()  argument
464 struct usb_ether *ue = &sc->sc_ue; in cdce_attach() local
625 ue->ue_sc = sc; in cdce_attach()
626 ue->ue_dev = dev; in cdce_attach()
627 ue->ue_udev = uaa->device; in cdce_attach()
628 ue->ue_mtx = &sc->sc_mtx; in cdce_attach()
629 ue->ue_methods = &cdce_ue_methods; in cdce_attach()
631 error = (usb_error_t)uether_ifattach(ue); in cdce_attach()
647 struct usb_ether *ue = &sc->sc_ue; in cdce_detach() local
651 uether_ifdetach(ue); in cdce_detach()
658 cdce_start(struct usb_ether *ue) in cdce_start() argument
660 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_start()
698 struct usb_ether *ue = &sc->sc_ue; in cdce_bulk_write_callback() local
719 UE_LOCK(ue); in cdce_bulk_write_callback()
720 IF_DEQUEUE(&(ue->ue_txq), m); in cdce_bulk_write_callback()
721 UE_UNLOCK(ue); in cdce_bulk_write_callback()
780 cdce_init(struct usb_ether *ue) in cdce_init() argument
782 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_init()
783 struct los_eth_driver *ifp = ue->ue_drv_sc; in cdce_init()
806 cdce_start(ue); in cdce_init()
810 cdce_stop(struct usb_ether *ue) in cdce_stop() argument
812 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_stop()
813 struct los_eth_driver *ifp = ue->ue_drv_sc; in cdce_stop()
832 cdce_setmulti(struct usb_ether *ue) in cdce_setmulti() argument
839 cdce_setpromisc(struct usb_ether *ue) in cdce_setpromisc() argument
1104 struct usb_ether *ue = &sc->sc_ue; in cdce_ncm_fill_tx_frames() local
1144 IF_DEQUEUE(&(ue->ue_txq), m); in cdce_ncm_fill_tx_frames()
1161 IF_PREPEND(&(ue->ue_txq), m); in cdce_ncm_fill_tx_frames()