Lines Matching refs:usb_ether
167 static void mos_attach_post(struct usb_ether *ue);
173 static void mos_tick(struct usb_ether *);
174 static void mos_start(struct usb_ether *);
175 static void mos_init(struct usb_ether *);
177 static void mos_stop(struct usb_ether *);
193 static void mos_setmulti(struct usb_ether *);
194 static void mos_setpromisc(struct usb_ether *);
561 mos_setpromisc(struct usb_ether *ue) in mos_setpromisc()
595 mos_setmulti(struct usb_ether *ue) in mos_setmulti()
689 struct usb_ether *ue = &sc->sc_ue; in mos_attach()
733 mos_attach_post(struct usb_ether *ue) in mos_attach_post()
753 struct usb_ether *ue = &sc->sc_ue; in mos_detach()
770 struct usb_ether *ue = &sc->sc_ue; in mos_bulk_read_callback()
890 mos_tick(struct usb_ether *ue) in mos_tick()
907 mos_start(struct usb_ether *ue) in mos_start()
920 mos_init(struct usb_ether *ue) in mos_init()
997 mos_stop(struct usb_ether *ue) in mos_stop()