Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c91 mtk_switch_type switch_type; in mtkswitch_probe() local
96 switch_type = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in mtkswitch_probe()
97 if (switch_type == MTK_SWITCH_NONE) in mtkswitch_probe()
102 sc->sc_switchtype = switch_type; in mtkswitch_probe()