Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsfp.h562 phy_interface_t sfp_select_interface(struct sfp_bus *bus,
601 static inline phy_interface_t sfp_select_interface(struct sfp_bus *bus, in sfp_select_interface() function
/linux/drivers/net/phy/
H A Dsfp-bus.c357 phy_interface_t sfp_select_interface(struct sfp_bus *bus, in sfp_select_interface() function
394 EXPORT_SYMBOL_GPL(sfp_select_interface);
H A Dphylink.c2728 interface = sfp_select_interface(pl->sfp_bus, link_modes); in phylink_sfp_select_interface()
/linux/drivers/net/phy/qcom/
H A Dqca807x.c653 iface = sfp_select_interface(phydev->sfp_bus, support); in qca807x_sfp_insert()