Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/pse-pd/
H A Dpse.h98 int pse_ethtool_set_config(struct pse_control *psec,
120 static inline int pse_ethtool_set_config(struct pse_control *psec, in pse_ethtool_set_config() function
/openbmc/linux/drivers/net/pse-pd/
H A Dpse_core.c293 int pse_ethtool_set_config(struct pse_control *psec, in pse_ethtool_set_config() function
314 EXPORT_SYMBOL_GPL(pse_ethtool_set_config);
/openbmc/linux/net/ethtool/
H A Dpse-pd.c147 return pse_ethtool_set_config(phydev->psec, info->extack, &config); in ethnl_set_pse()