Home
last modified time | relevance | path

Searched refs:uether_getsc (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dif_axge.c265 struct axge_softc *sc = uether_getsc(ue); in axge_setpromisc()
283 struct axge_softc *sc = uether_getsc(ue); in axge_tick()
318 struct axge_softc *sc = uether_getsc(ue); in axge_attach_post()
664 struct axge_softc *sc = uether_getsc(ue); in axge_init()
715 struct axge_softc *sc = uether_getsc(ue); in axge_stop()
Dif_axe.c615 struct axe_softc *sc = uether_getsc(ue); in axe_attach_post()
1007 struct axe_softc *sc = uether_getsc(ue); in axe_init()
1096 struct axe_softc *sc = uether_getsc(ue); in axe_setpromisc()
1118 struct axe_softc *sc = uether_getsc(ue); in axe_tick()
1133 struct axe_softc *sc = uether_getsc(ue); in axe_stop()
Dusb_ethernet.h138 void *uether_getsc(struct usb_ether *);
Dif_urndis.c333 struct urndis_softc *sc = uether_getsc(ue); in urndis_start()
345 struct urndis_softc *sc = uether_getsc(ue); in urndis_init()
363 struct urndis_softc *sc = uether_getsc(ue); in urndis_stop()
Dif_cdce.c660 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_start()
782 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_init()
812 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_stop()
Dusb_ethernet.c108 uether_getsc(struct usb_ether *ue) in uether_getsc() function