Home
last modified time | relevance | path

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

/linux/include/linux/pse-pd/
H A Dpse.h191 bool pse_has_c33(struct pse_control *psec);
236 static inline bool pse_has_c33(struct pse_control *psec) in pse_has_c33() function
/linux/drivers/net/pse-pd/
H A Dpse_core.c840 if (pse_has_c33(psec) && config->c33_admin_control) { in pse_ethtool_set_config()
896 bool pse_has_c33(struct pse_control *psec) in pse_has_c33() function
900 EXPORT_SYMBOL_GPL(pse_has_c33);
/linux/net/ethtool/
H A Dpse-pd.c247 !pse_has_c33(phydev->psec)) { in ethnl_set_pse_validate()