Lines Matching full:ue
563 cdce_attach_post(struct usb_ether *ue) in cdce_attach_post() argument
570 cdce_attach_post_sub(struct usb_ether *ue) in cdce_attach_post_sub() argument
572 struct cdce_softc *sc = uether_getsc(ue); in cdce_attach_post_sub()
573 if_t ifp = uether_getifp(ue); in cdce_attach_post_sub()
595 cdce_set_filter(ue); in cdce_attach_post_sub()
605 struct usb_ether *ue = &sc->sc_ue; in cdce_attach() local
762 ue->ue_sc = sc; in cdce_attach()
763 ue->ue_dev = dev; in cdce_attach()
764 ue->ue_udev = uaa->device; in cdce_attach()
765 ue->ue_mtx = &sc->sc_mtx; in cdce_attach()
766 ue->ue_methods = &cdce_ue_methods; in cdce_attach()
768 error = uether_ifattach(ue); in cdce_attach()
784 struct usb_ether *ue = &sc->sc_ue; in cdce_detach() local
788 uether_ifdetach(ue); in cdce_detach()
797 cdce_start(struct usb_ether *ue) in cdce_start() argument
799 struct cdce_softc *sc = uether_getsc(ue); in cdce_start()
811 struct usb_ether *ue = if_getsoftc(ifp); in cdce_ioctl() local
812 struct cdce_softc *sc = uether_getsc(ue); in cdce_ioctl()
980 cdce_init(struct usb_ether *ue) in cdce_init() argument
982 struct cdce_softc *sc = uether_getsc(ue); in cdce_init()
983 if_t ifp = uether_getifp(ue); in cdce_init()
1003 cdce_start(ue); in cdce_init()
1007 cdce_stop(struct usb_ether *ue) in cdce_stop() argument
1009 struct cdce_softc *sc = uether_getsc(ue); in cdce_stop()
1010 if_t ifp = uether_getifp(ue); in cdce_stop()
1026 cdce_setmulti(struct usb_ether *ue) in cdce_setmulti() argument
1029 cdce_set_filter(ue); in cdce_setmulti()
1033 cdce_setpromisc(struct usb_ether *ue) in cdce_setpromisc() argument
1036 cdce_set_filter(ue); in cdce_setpromisc()
1040 cdce_set_filter(struct usb_ether *ue) in cdce_set_filter() argument
1042 struct cdce_softc *sc = uether_getsc(ue); in cdce_set_filter()
1043 if_t ifp = uether_getifp(ue); in cdce_set_filter()