Lines Matching full:sfp
63 phandle_t sfp;
75 sfp = <0x14>;
141 /* 'sfp' and 'phy-handle' are optional but we need one or the other. */
142 s = device_get_property(dev, "sfp", &sc->sfp, sizeof(sc->sfp),
148 device_printf(dev, "node %#x '%s': reg %#x sfp %#x pcs-handle "
151 sc->reg, sc->sfp, sc->pcs_handle, sc->phy_handle,
181 if (sc->phy_handle == 0 && sc->sfp == 0)
184 #ifdef __not_yet__ /* No sff,sfp support yet. */
185 if (sc->sfp != 0) {
188 xdev = OF_device_from_xref(OF_xref_from_node(sc->sfp));