Home
last modified time | relevance | path

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

/linux/include/linux/pse-pd/
H A Dpse.h103 struct pse_control;
175 struct pse_control *of_pse_control_get(struct device_node *node);
176 void pse_control_put(struct pse_control *psec);
178 int pse_ethtool_get_status(struct pse_control *psec,
181 int pse_ethtool_set_config(struct pse_control *psec,
184 int pse_ethtool_set_pw_limit(struct pse_control *psec,
187 int pse_ethtool_get_pw_limit(struct pse_control *psec,
190 bool pse_has_podl(struct pse_control *psec);
191 bool pse_has_c33(struct pse_control *psec);
195 static inline struct pse_control *of_pse_control_get(struct device_node *node) in of_pse_control_get()
[all …]
/linux/drivers/net/pse-pd/
H A Dpse_core.c26 struct pse_control { struct
547 struct pse_control *psec = container_of(kref, struct pse_control, in __pse_control_release()
562 static void __pse_control_put_internal(struct pse_control *psec) in __pse_control_put_internal()
573 void pse_control_put(struct pse_control *psec) in pse_control_put()
584 static struct pse_control *
587 struct pse_control *psec; in pse_control_get_internal()
679 struct pse_control *of_pse_control_get(struct device_node *node) in of_pse_control_get()
683 struct pse_control *psec; in of_pse_control_get()
764 int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status()
778 static int pse_ethtool_c33_set_config(struct pse_control *psec, in pse_ethtool_c33_set_config()
[all …]
/linux/drivers/net/mdio/
H A Dfwnode_mdio.c20 static struct pse_control *
23 struct pse_control *psec; in fwnode_find_pse_control()
118 struct pse_control *psec = NULL; in fwnode_mdiobus_register_phy()