Lines Matching refs:usb_ether
166 static void mos_attach_post(struct usb_ether *ue);
172 static void mos_tick(struct usb_ether *);
173 static void mos_start(struct usb_ether *);
174 static void mos_init(struct usb_ether *);
176 static void mos_stop(struct usb_ether *);
192 static void mos_setmulti(struct usb_ether *);
193 static void mos_setpromisc(struct usb_ether *);
560 mos_setpromisc(struct usb_ether *ue) in mos_setpromisc()
594 mos_setmulti(struct usb_ether *ue) in mos_setmulti()
688 struct usb_ether *ue = &sc->sc_ue; in mos_attach()
732 mos_attach_post(struct usb_ether *ue) in mos_attach_post()
752 struct usb_ether *ue = &sc->sc_ue; in mos_detach()
769 struct usb_ether *ue = &sc->sc_ue; in mos_bulk_read_callback()
889 mos_tick(struct usb_ether *ue) in mos_tick()
906 mos_start(struct usb_ether *ue) in mos_start()
919 mos_init(struct usb_ether *ue) in mos_init()
996 mos_stop(struct usb_ether *ue) in mos_stop()