Home
last modified time | relevance | path

Searched refs:sis_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/sis/
HDif_sis.c104 static struct sis_type sis_devs[] = {
615 if (sc->sis_type == SIS_TYPE_83815) { in sis_miibus_readreg()
637 if (sc->sis_type == SIS_TYPE_900 && in sis_miibus_readreg()
683 if (sc->sis_type == SIS_TYPE_83815) { in sis_miibus_writereg()
690 if (sc->sis_type == SIS_TYPE_900 && in sis_miibus_writereg()
755 if (sc->sis_type == SIS_TYPE_83815) in sis_mchash()
887 if (sc->sis_type == SIS_TYPE_83815) { in sis_reset()
900 struct sis_type *t; in sis_probe()
933 sc->sis_type = SIS_TYPE_900; in sis_attach()
935 sc->sis_type = SIS_TYPE_7016; in sis_attach()
[all …]
HDif_sisreg.h405 struct sis_type { struct
440 uint8_t sis_type; member