Home
last modified time | relevance | path

Searched refs:sfp_may_have_phy (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/include/linux/
H A Dsfp.h553 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
581 static inline bool sfp_may_have_phy(struct sfp_bus *bus, in sfp_may_have_phy() function
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dsfp-bus.c204 * sfp_may_have_phy() - indicate whether the module may have a PHY
211 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); variable
H A Dphylink.c77 bool sfp_may_have_phy; member
2168 pl->sfp_may_have_phy = sfp_may_have_phy(pl->sfp_bus, id); in phylink_sfp_module_insert()
2169 if (pl->sfp_may_have_phy) in phylink_sfp_module_insert()
2188 if (!pl->sfp_may_have_phy) in phylink_sfp_module_start()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dsfp-bus.c111 * sfp_may_have_phy() - indicate whether the module may have a PHY
118 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_may_have_phy() function
135 EXPORT_SYMBOL_GPL(sfp_may_have_phy); variable
H A Dphylink.c85 bool sfp_may_have_phy; member
3225 pl->sfp_may_have_phy = sfp_may_have_phy(pl->sfp_bus, id); in phylink_sfp_module_insert()
3226 if (pl->sfp_may_have_phy) in phylink_sfp_module_insert()
3245 if (!pl->sfp_may_have_phy) in phylink_sfp_module_start()

Completed in 14 milliseconds