Searched refs:usb_ether (Results 1 – 10 of 10) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_ethernet.h | 86 struct usb_ether; 89 typedef void (uether_fn_t)(struct usb_ether *); 99 int (*ue_attach_post_sub)(struct usb_ether *); 104 struct usb_ether *ue; 107 struct usb_ether { struct 137 uint8_t uether_pause(struct usb_ether *, unsigned int); argument 138 void *uether_getsc(struct usb_ether *); 139 int uether_ifattach(struct usb_ether *); 140 void uether_ifattach_wait(struct usb_ether *); 141 void uether_ifdetach(struct usb_ether *); [all …]
|
D | usb_ethernet.c | 66 uether_pause(struct usb_ether *ue, unsigned int _ticks) in uether_pause() 77 ue_queue_command(struct usb_ether *ue, in ue_queue_command() 108 uether_getsc(struct usb_ether *ue) in uether_getsc() 114 uether_ifattach(struct usb_ether *ue) in uether_ifattach() 151 uether_ifattach_wait(struct usb_ether *ue) in uether_ifattach_wait() 215 struct usb_ether *ue = (struct usb_ether *)drv_sc->driver_private; in ue_recv() 285 struct usb_ether *ue = task->ue; in ue_attach_post_task() 344 uether_ifdetach(struct usb_ether *ue) in uether_ifdetach() 399 uether_is_gone(struct usb_ether *ue) in uether_is_gone() 410 struct usb_ether *ue = (struct usb_ether *)drv_sc->driver_private; in ue_init() [all …]
|
D | if_axge.c | 45 static void axge_rx_frame(struct usb_ether *ue, struct usb_page_cache *pc, int actlen); 230 axge_csum_cfg(struct usb_ether *ue) in axge_csum_cfg() 245 axge_setmulti(struct usb_ether *ue) in axge_setmulti() 263 axge_setpromisc(struct usb_ether *ue) in axge_setpromisc() 281 axge_tick(struct usb_ether *ue) in axge_tick() 316 axge_attach_post(struct usb_ether *ue) in axge_attach_post() 352 struct usb_ether *ue = &sc->sc_ue; in axge_attach() 389 struct usb_ether *ue = &sc->sc_ue; in axge_detach() 401 struct usb_ether *ue = &sc->sc_ue; in axge_miibus_statchg() 451 struct usb_ether *ue = &sc->sc_ue; in axge_bulk_read_callback() [all …]
|
D | if_axe.c | 156 static int axe_rx_frame(struct usb_ether *, struct usb_page_cache *, int); 157 static int axe_rxeof(struct usb_ether *, struct usb_page_cache *, 159 static void axe_csum_cfg(struct usb_ether *); 311 axe_setmulti(struct usb_ether *ue) in axe_setmulti() 340 axe_uether_pause(struct usb_ether * usbe, unsigned int t_ick) in axe_uether_pause() 353 struct usb_ether *ue; in axe_ax88178_init() 532 struct usb_ether *ue = &sc->sc_ue; in axe_ax88772b_init() 613 axe_attach_post(struct usb_ether *ue) in axe_attach_post() 659 struct usb_ether *ue = &sc->sc_ue; in axe_miibus_statchg() 697 struct usb_ether *ue = &sc->sc_ue; in axe_attach() [all …]
|
D | if_urndis.c | 170 urndis_attach_post(struct usb_ether *ue) in urndis_attach_post() 189 struct usb_ether *ue = &sc->sc_ue; in urndis_attach() 314 struct usb_ether *ue = &sc->sc_ue; in urndis_detach() 331 urndis_start(struct usb_ether *ue) in urndis_start() 343 urndis_init(struct usb_ether *ue) in urndis_init() 361 urndis_stop(struct usb_ether *ue) in urndis_stop() 379 urndis_setmulti(struct usb_ether *ue) in urndis_setmulti() 385 urndis_setpromisc(struct usb_ether *ue) in urndis_setpromisc() 799 struct usb_ether *ue = &sc->sc_ue; in urndis_bulk_read() 946 struct usb_ether *ue = &sc->sc_ue; in urndis_bulk_write_callback()
|
D | if_cdce.c | 452 cdce_attach_post(struct usb_ether *ue) in cdce_attach_post() 462 struct usb_ether *ue = &sc->sc_ue; in cdce_attach() 640 struct usb_ether *ue = &sc->sc_ue; in cdce_detach() 651 cdce_start(struct usb_ether *ue) in cdce_start() 691 struct usb_ether *ue = &sc->sc_ue; in cdce_bulk_write_callback() 773 cdce_init(struct usb_ether *ue) in cdce_init() 803 cdce_stop(struct usb_ether *ue) in cdce_stop() 825 cdce_setmulti(struct usb_ether *ue) in cdce_setmulti() 832 cdce_setpromisc(struct usb_ether *ue) in cdce_setpromisc() 1095 struct usb_ether *ue = &sc->sc_ue; in cdce_ncm_fill_tx_frames()
|
D | if_cdcereg.h | 96 struct usb_ether sc_ue;
|
D | if_axgereg.h | 164 struct usb_ether sc_ue;
|
D | if_urndisreg.h | 52 struct usb_ether sc_ue;
|
D | if_axereg.h | 355 struct usb_ether sc_ue;
|