Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/pse-pd/
Dpse.h95 int pse_ethtool_get_status(struct pse_control *psec,
113 static inline int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status() function
/Linux-v6.1/drivers/net/pse-pd/
Dpse_core.c264 int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status() function
285 EXPORT_SYMBOL_GPL(pse_ethtool_get_status);
/Linux-v6.1/net/ethtool/
Dpse-pd.c52 return pse_ethtool_get_status(phydev->psec, extack, &data->status); in pse_get_pse_attributes()