Home
last modified time | relevance | path

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

/freebsd/sys/dev/sk/
H A Dif_sk.c142 static const struct sk_type sk_devs[] = { variable
1130 const struct sk_type *t = sk_devs; in skc_probe()
1684 sc->sk_devs[SK_PORT_A] = device_add_child(dev, "sk", DEVICE_UNIT_ANY); in skc_attach()
1685 if (sc->sk_devs[SK_PORT_A] == NULL) { in skc_attach()
1698 device_set_ivars(sc->sk_devs[SK_PORT_A], port); in skc_attach()
1701 sc->sk_devs[SK_PORT_B] = device_add_child(dev, "sk", DEVICE_UNIT_ANY); in skc_attach()
1702 if (sc->sk_devs[SK_PORT_B] == NULL) { in skc_attach()
1715 device_set_ivars(sc->sk_devs[SK_PORT_B], port); in skc_attach()
H A Dif_skreg.h1456 device_t sk_devs[2]; member