Home
last modified time | relevance | path

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

/linux-6.15/include/linux/pse-pd/
H A Dpse.h180 struct pse_control;
253 struct pse_control *of_pse_control_get(struct device_node *node);
254 void pse_control_put(struct pse_control *psec);
256 int pse_ethtool_get_status(struct pse_control *psec,
259 int pse_ethtool_set_config(struct pse_control *psec,
262 int pse_ethtool_set_pw_limit(struct pse_control *psec,
266 bool pse_has_podl(struct pse_control *psec);
267 bool pse_has_c33(struct pse_control *psec);
276 static inline void pse_control_put(struct pse_control *psec) in pse_control_put()
301 static inline bool pse_has_podl(struct pse_control *psec) in pse_has_podl()
[all …]
/linux-6.15/drivers/net/pse-pd/
H A Dpse_core.c27 struct pse_control { struct
564 struct pse_control *psec = container_of(kref, struct pse_control, in __pse_control_release()
590 void pse_control_put(struct pse_control *psec) in pse_control_put()
601 static struct pse_control *
604 struct pse_control *psec; in pse_control_get_internal()
700 struct pse_control *psec; in of_pse_control_get()
764 int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status()
911 int pse_ethtool_set_config(struct pse_control *psec, in pse_ethtool_set_config()
938 int pse_ethtool_set_pw_limit(struct pse_control *psec, in pse_ethtool_set_pw_limit()
970 bool pse_has_podl(struct pse_control *psec) in pse_has_podl()
[all …]
/linux-6.15/drivers/net/mdio/
H A Dfwnode_mdio.c20 static struct pse_control *
23 struct pse_control *psec; in fwnode_find_pse_control()
125 struct pse_control *psec = NULL; in fwnode_mdiobus_register_phy()
/linux-6.15/include/linux/
H A Dphy.h725 struct pse_control *psec;