Lines Matching refs:psec
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() argument
280 static inline int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status() argument
287 static inline int pse_ethtool_set_config(struct pse_control *psec, in pse_ethtool_set_config() argument
294 static inline int pse_ethtool_set_pw_limit(struct pse_control *psec, in pse_ethtool_set_pw_limit() argument
301 static inline bool pse_has_podl(struct pse_control *psec) in pse_has_podl() argument
306 static inline bool pse_has_c33(struct pse_control *psec) in pse_has_c33() argument