Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000sw.c218 phandle_t switch_node; in e6000sw_probe() local
228 switch_node = ofw_bus_find_compatible(OF_finddevice("/"), in e6000sw_probe()
230 if (switch_node == 0) { in e6000sw_probe()
231 switch_node = ofw_bus_find_compatible(OF_finddevice("/"), in e6000sw_probe()
234 if (switch_node == 0) in e6000sw_probe()
245 device_printf(dev, "Found switch_node: 0x%x\n", switch_node); in e6000sw_probe()
247 sc->node = switch_node; in e6000sw_probe()