Searched refs:usb_ether (Results 1 – 10 of 10) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_ethernet.h | 83 struct usb_ether; 86 typedef void (uether_fn_t)(struct usb_ether *); 96 int (*ue_attach_post_sub)(struct usb_ether *); 101 struct usb_ether *ue; 104 struct usb_ether { struct 134 uint8_t uether_pause(struct usb_ether *, unsigned int); argument 135 void *uether_getsc(struct usb_ether *); 136 int uether_ifattach(struct usb_ether *); 137 void uether_ifattach_wait(struct usb_ether *); 138 void uether_ifdetach(struct usb_ether *); [all …]
|
D | usb_ethernet.c | 64 uether_pause(struct usb_ether *ue, unsigned int _ticks) in uether_pause() 75 ue_queue_command(struct usb_ether *ue, in ue_queue_command() 106 uether_getsc(struct usb_ether *ue) in uether_getsc() 112 uether_ifattach(struct usb_ether *ue) in uether_ifattach() 149 uether_ifattach_wait(struct usb_ether *ue) in uether_ifattach_wait() 213 struct usb_ether *ue = (struct usb_ether *)drv_sc->driver_private; in ue_recv() 283 struct usb_ether *ue = task->ue; in ue_attach_post_task() 342 uether_ifdetach(struct usb_ether *ue) in uether_ifdetach() 397 uether_is_gone(struct usb_ether *ue) in uether_is_gone() 408 struct usb_ether *ue = (struct usb_ether *)drv_sc->driver_private; in ue_init() [all …]
|
D | if_axge.c | 44 static void axge_rx_frame(struct usb_ether *ue, struct usb_page_cache *pc, int actlen); 229 axge_csum_cfg(struct usb_ether *ue) in axge_csum_cfg() 244 axge_setmulti(struct usb_ether *ue) in axge_setmulti() 262 axge_setpromisc(struct usb_ether *ue) in axge_setpromisc() 280 axge_tick(struct usb_ether *ue) in axge_tick() 315 axge_attach_post(struct usb_ether *ue) in axge_attach_post() 351 struct usb_ether *ue = &sc->sc_ue; in axge_attach() 388 struct usb_ether *ue = &sc->sc_ue; in axge_detach() 400 struct usb_ether *ue = &sc->sc_ue; in axge_miibus_statchg() 450 struct usb_ether *ue = &sc->sc_ue; in axge_bulk_read_callback() [all …]
|
D | if_axe.c | 154 static int axe_rx_frame(struct usb_ether *, struct usb_page_cache *, int); 155 static int axe_rxeof(struct usb_ether *, struct usb_page_cache *, 157 static void axe_csum_cfg(struct usb_ether *); 309 axe_setmulti(struct usb_ether *ue) in axe_setmulti() 338 axe_uether_pause(struct usb_ether * usbe, unsigned int t_ick) in axe_uether_pause() 351 struct usb_ether *ue; in axe_ax88178_init() 530 struct usb_ether *ue = &sc->sc_ue; in axe_ax88772b_init() 611 axe_attach_post(struct usb_ether *ue) in axe_attach_post() 657 struct usb_ether *ue = &sc->sc_ue; in axe_miibus_statchg() 695 struct usb_ether *ue = &sc->sc_ue; in axe_attach() [all …]
|
D | if_urndis.c | 169 urndis_attach_post(struct usb_ether *ue) in urndis_attach_post() 188 struct usb_ether *ue = &sc->sc_ue; in urndis_attach() 313 struct usb_ether *ue = &sc->sc_ue; in urndis_detach() 330 urndis_start(struct usb_ether *ue) in urndis_start() 342 urndis_init(struct usb_ether *ue) in urndis_init() 360 urndis_stop(struct usb_ether *ue) in urndis_stop() 378 urndis_setmulti(struct usb_ether *ue) in urndis_setmulti() 384 urndis_setpromisc(struct usb_ether *ue) in urndis_setpromisc() 798 struct usb_ether *ue = &sc->sc_ue; in urndis_bulk_read() 945 struct usb_ether *ue = &sc->sc_ue; in urndis_bulk_write_callback()
|
D | if_cdce.c | 451 cdce_attach_post(struct usb_ether *ue) in cdce_attach_post() 461 struct usb_ether *ue = &sc->sc_ue; in cdce_attach() 639 struct usb_ether *ue = &sc->sc_ue; in cdce_detach() 650 cdce_start(struct usb_ether *ue) in cdce_start() 690 struct usb_ether *ue = &sc->sc_ue; in cdce_bulk_write_callback() 772 cdce_init(struct usb_ether *ue) in cdce_init() 802 cdce_stop(struct usb_ether *ue) in cdce_stop() 824 cdce_setmulti(struct usb_ether *ue) in cdce_setmulti() 831 cdce_setpromisc(struct usb_ether *ue) in cdce_setpromisc() 1094 struct usb_ether *ue = &sc->sc_ue; in cdce_ncm_fill_tx_frames()
|
D | if_cdcereg.h | 94 struct usb_ether sc_ue;
|
D | if_axgereg.h | 166 struct usb_ether sc_ue;
|
D | if_axereg.h | 353 struct usb_ether sc_ue;
|
D | if_urndisreg.h | 51 struct usb_ether sc_ue;
|