Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsfp.h536 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
560 static inline bool sfp_may_have_phy(struct sfp_bus *bus, in sfp_may_have_phy() function
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsfp-bus.c211 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_may_have_phy() function
228 EXPORT_SYMBOL_GPL(sfp_may_have_phy);
H A Dphylink.c77 bool sfp_may_have_phy; member
2167 pl->sfp_may_have_phy = sfp_may_have_phy(pl->sfp_bus, id); in phylink_sfp_module_insert()
2168 if (pl->sfp_may_have_phy) in phylink_sfp_module_insert()
2187 if (!pl->sfp_may_have_phy) in phylink_sfp_module_start()