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

/freebsd-12-stable/sys/dev/usb/net/
H A Dif_smsc.c199 static int smsc_chip_init(struct smsc_softc *sc);
259 smsc_read_reg(struct smsc_softc *sc, uint32_t off, uint32_t *data)
295 smsc_write_reg(struct smsc_softc *sc, uint32_t off, uint32_t data)
331 smsc_wait_for_bits(struct smsc_softc *sc, uint32_t reg, uint32_t bits)
369 smsc_eeprom_read(struct smsc_softc *sc, uint16_t off, uint8_t *buf, uint16_t buflen)
442 struct smsc_softc *sc = device_get_softc(dev);
490 struct smsc_softc *sc = device_get_softc(dev);
536 struct smsc_softc *sc = device_get_softc(dev);
634 struct smsc_softc *sc = ifp->if_softc;
661 struct smsc_softc *s
[all...]
H A Dif_smscreg.h260 struct smsc_softc { struct

Completed in 69 milliseconds