HomeSort by: relevance | last modified time | path
    Searched refs:smsc_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
smscvar.h 78 struct smsc_softc { struct
smsc.c 72 CFATTACH_DECL_NEW(smsc, sizeof(struct smsc_softc),
142 struct smsc_softc *sc = device_private(self);
258 struct smsc_softc *sc = device_private(self);
326 struct smsc_softc *sc = sme->sme_cookie;
  /src/sys/dev/usb/
if_smsc.c 79 struct smsc_softc { struct
170 CFATTACH_DECL_NEW(usmsc, sizeof(struct smsc_softc),
179 static void smsc_reset(struct smsc_softc *);
343 struct smsc_softc * const sc = usbnet_softc(un);
418 struct smsc_softc * const sc = usbnet_softc(un);
475 struct smsc_softc * const sc = usbnet_softc(un);
538 smsc_reset(struct smsc_softc *sc)
556 struct smsc_softc * const sc = usbnet_softc(un);
571 struct smsc_softc * const sc = usbnet_softc(un);
580 struct smsc_softc * const sc = usbnet_softc(un)
    [all...]

Completed in 12 milliseconds