Searched refs:smsc_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/net/
H A Dif_smsc.c175 static int smsc_chip_init(struct smsc_softc *sc);
235 smsc_read_reg(struct smsc_softc *sc, uint32_t off, uint32_t *data)
271 smsc_write_reg(struct smsc_softc *sc, uint32_t off, uint32_t data)
307 smsc_wait_for_bits(struct smsc_softc *sc, uint32_t reg, uint32_t bits)
345 smsc_eeprom_read(struct smsc_softc *sc, uint16_t off, uint8_t *buf, uint16_t buflen)
418 struct smsc_softc *sc = device_get_softc(dev);
466 struct smsc_softc *sc = device_get_softc(dev);
512 struct smsc_softc *sc = device_get_softc(dev);
610 struct smsc_softc *sc = ifp->if_softc;
637 struct smsc_softc *s
[all...]
H A Dif_smscreg.h258 struct smsc_softc { struct

Completed in 61 milliseconds