Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/pse-pd/
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
/Linux-v6.1/drivers/net/pse-pd/
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);
/Linux-v6.1/net/ethtool/
Dpse-pd.c154 return pse_ethtool_set_config(phydev->psec, extack, &config); in pse_set_pse_config()