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.h367 bool pse_has_c33(struct pse_control *psec);
414 static inline bool pse_has_c33(struct pse_control *psec) in pse_has_c33() function
/linux/drivers/net/pse-pd/
H A Dpse_core.c1578 if (pse_has_c33(psec)) { in pse_get_sw_admin_state()
1779 if (pse_has_c33(psec) && config->c33_admin_control) { in pse_ethtool_set_config()
1974 bool pse_has_c33(struct pse_control *psec) in pse_has_c33() function
1978 EXPORT_SYMBOL_GPL(pse_has_c33);
/linux/net/ethtool/
H A Dpse-pd.c264 !pse_has_c33(phydev->psec)) { in ethnl_set_pse_validate()