module_eeprom     642 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 	return pdata->phy_if.module_eeprom(pdata, eeprom, data);
module_eeprom     132 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c 	if (!pdata->phy_if.phy_impl.module_eeprom)
module_eeprom     135 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c 	return pdata->phy_if.phy_impl.module_eeprom(pdata, eeprom, data);
module_eeprom    1634 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c 	phy_if->module_eeprom   = xgbe_phy_module_eeprom;
module_eeprom    3392 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c 	phy_impl->module_eeprom		= xgbe_phy_module_eeprom;
module_eeprom     896 drivers/net/ethernet/amd/xgbe/xgbe.h 	int (*module_eeprom)(struct xgbe_prv_data *pdata,
module_eeprom     923 drivers/net/ethernet/amd/xgbe/xgbe.h 	int (*module_eeprom)(struct xgbe_prv_data *pdata,
module_eeprom    1049 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 	struct nfp_nsp_command_buf_arg module_eeprom = {
module_eeprom    1060 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 	return nfp_nsp_command_buf(state, &module_eeprom);
module_eeprom     403 drivers/net/phy/sfp-bus.c 	return bus->socket_ops->module_eeprom(bus->sfp, ee, data);
module_eeprom    1772 drivers/net/phy/sfp.c 	.module_eeprom = sfp_module_eeprom,
module_eeprom      15 drivers/net/phy/sfp.h 	int (*module_eeprom)(struct sfp *sfp, struct ethtool_eeprom *ee,
module_eeprom     618 include/linux/phy.h 	int (*module_eeprom)(struct phy_device *dev,
module_eeprom    2239 net/core/ethtool.c 	if (phydev && phydev->drv && phydev->drv->module_eeprom)
module_eeprom    2240 net/core/ethtool.c 		return phydev->drv->module_eeprom(phydev, ee, data);