Searched refs:sfp_bus_add_upstream (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | sfp.h | 570 int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream, 642 static inline int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream, in sfp_bus_add_upstream() function
|
/openbmc/linux/drivers/net/phy/ |
H A D | sfp-bus.c | 673 int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream, in sfp_bus_add_upstream() function 701 EXPORT_SYMBOL_GPL(sfp_bus_add_upstream);
|
H A D | phy_device.c | 1407 ret = sfp_bus_add_upstream(bus, phydev, ops); in phy_sfp_probe()
|
H A D | phylink.c | 1581 ret = sfp_bus_add_upstream(bus, pl, &sfp_phylink_ops); in phylink_register_sfp()
|