Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/etherswitch/e6000sw/
H A De6000sw.c208 phandle_t switch_node; in e6000sw_probe() local
211 switch_node = ofw_bus_find_compatible(OF_finddevice("/"), in e6000sw_probe()
213 if (switch_node == 0) { in e6000sw_probe()
214 switch_node = ofw_bus_find_compatible(OF_finddevice("/"), in e6000sw_probe()
217 if (switch_node == 0) in e6000sw_probe()
228 device_printf(dev, "Found switch_node: 0x%x\n", switch_node); in e6000sw_probe()
231 sc->node = switch_node; in e6000sw_probe()