Home
last modified time | relevance | path

Searched refs:eth_drv_sc (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c164 struct eth_drv_sc *drv_sc; in if_alloc()
171 drv_sc = (struct eth_drv_sc *)zalloc(sizeof(struct eth_drv_sc)); in if_alloc()
192 struct eth_drv_sc *drv_sc; in if_free()
197 drv_sc = (struct eth_drv_sc *)sc->driver_context; in if_free()
212 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)sc->driver_context; in ue_recv()
285 struct eth_drv_sc *drv_sc; in ue_attach_post_task()
295 device_printf(ue->ue_dev, "could not allocate eth_drv_sc\n"); in ue_attach_post_task()
299 drv_sc = (struct eth_drv_sc *)s in ue_attach_post_task()
[all...]
H A Dusb_eth_drv.c64 struct eth_drv_sc *drv_sc = (struct eth_drv_sc*)sc->driver_context; in eth_drv_init()
117 eth_drv_tx_done(struct eth_drv_sc *sc, unsigned int key, int status) in eth_drv_tx_done()
132 struct eth_drv_sc *drv_sc = (struct eth_drv_sc*)sc->driver_context; in eth_drv_recv()
168 struct eth_drv_sc *drv_sc = (struct eth_drv_sc*)sc->driver_context; in eth_drv_send()
H A Dif_axe.c659 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in axe_miibus_statchg()
907 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in axe_bulk_write_callback()
1007 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in axe_init()
1096 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in axe_setpromisc()
1133 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)if in axe_stop()
[all...]
H A Dif_axge.c573 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in axge_bulk_write_callback()
665 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in axge_init()
716 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in axge_stop()
H A Dusb_eth_drv.h61 struct eth_drv_sc{ struct
H A Dif_urndis.c346 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in urndis_init()
364 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in urndis_stop()
H A Dif_cdce.c776 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in cdce_init()
806 struct eth_drv_sc *drv_sc = (struct eth_drv_sc *)ifp->driver_context; in cdce_stop()

Completed in 7 milliseconds