Home
last modified time | relevance | path

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

/linux/include/linux/pse-pd/
H A Dpse.h220 struct pse_control;
349 struct pse_control *of_pse_control_get(struct device_node *node,
351 void pse_control_put(struct pse_control *psec);
353 int pse_ethtool_get_status(struct pse_control *psec,
356 int pse_ethtool_set_config(struct pse_control *psec,
359 int pse_ethtool_set_pw_limit(struct pse_control *psec,
362 int pse_ethtool_set_prio(struct pse_control *psec,
366 bool pse_has_podl(struct pse_control *psec);
367 bool pse_has_c33(struct pse_control *psec);
371 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.c36 struct pse_control { struct
245 static struct pse_control *
248 struct pse_control *psec; in pse_control_find_by_id()
268 static struct net_device *pse_control_get_netdev(struct pse_control *psec) in pse_control_get_netdev()
1021 struct pse_control *psec; in pse_send_ntf_worker()
1358 struct pse_control *psec = container_of(kref, struct pse_control, in __pse_control_release()
1373 static void __pse_control_put_internal(struct pse_control *psec) in __pse_control_put_internal()
1384 void pse_control_put(struct pse_control *psec) in pse_control_put()
1395 static struct pse_control *
1399 struct pse_control *psec; in pse_control_get_internal()
[all …]