Lines Matching refs:phylink_pcs
331 * struct phylink_pcs - PHYLINK PCS instance
338 struct phylink_pcs {
352 void (*pcs_get_state)(struct phylink_pcs *pcs,
354 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int mode,
358 void (*pcs_an_restart)(struct phylink_pcs *pcs);
359 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int mode,
366 * @pcs: a pointer to a &struct phylink_pcs.
379 void pcs_get_state(struct phylink_pcs *pcs,
384 * @pcs: a pointer to a &struct phylink_pcs.
404 int pcs_config(struct phylink_pcs *pcs, unsigned int mode,
410 * @pcs: a pointer to a &struct phylink_pcs.
415 void pcs_an_restart(struct phylink_pcs *pcs);
419 * @pcs: a pointer to a &struct phylink_pcs.
430 void pcs_link_up(struct phylink_pcs *pcs, unsigned int mode,
437 void phylink_set_pcs(struct phylink *, struct phylink_pcs *pcs);