Lines Matching refs:usb_ether
204 static int axe_attach_post_sub(struct usb_ether *);
215 static int axe_rx_frame(struct usb_ether *, struct usb_page_cache *, int);
216 static int axe_rxeof(struct usb_ether *, struct usb_page_cache *,
218 static void axe_csum_cfg(struct usb_ether *);
492 axe_setmulti(struct usb_ether *ue) in axe_setmulti()
549 struct usb_ether *ue; in axe_ax88178_init()
737 struct usb_ether *ue; in axe_ax88772a_init()
750 struct usb_ether *ue; in axe_ax88772b_init()
814 axe_attach_post(struct usb_ether *ue) in axe_attach_post()
862 axe_attach_post_sub(struct usb_ether *ue) in axe_attach_post_sub()
934 struct usb_ether *ue = &sc->sc_ue; in axe_attach()
974 struct usb_ether *ue = &sc->sc_ue; in axe_detach()
991 struct usb_ether *ue = &sc->sc_ue; in axe_bulk_read_callback()
1023 axe_rx_frame(struct usb_ether *ue, struct usb_page_cache *pc, int actlen) in axe_rx_frame()
1102 axe_rxeof(struct usb_ether *ue, struct usb_page_cache *pc, unsigned offset, in axe_rxeof()
1266 axe_tick(struct usb_ether *ue) in axe_tick()
1282 axe_start(struct usb_ether *ue) in axe_start()
1294 axe_csum_cfg(struct usb_ether *ue) in axe_csum_cfg()
1322 axe_init(struct usb_ether *ue) in axe_init()
1420 axe_setpromisc(struct usb_ether *ue) in axe_setpromisc()
1442 axe_stop(struct usb_ether *ue) in axe_stop()
1462 struct usb_ether *ue = if_getsoftc(ifp); in axe_ioctl()