Lines Matching refs:pcs
17 container_of((pl_pcs), struct dw_xpcs, pcs)
655 static int xpcs_validate(struct phylink_pcs *pcs, unsigned long *supported, in xpcs_validate() argument
663 xpcs = phylink_pcs_to_xpcs(pcs); in xpcs_validate()
929 static int xpcs_config(struct phylink_pcs *pcs, unsigned int mode, in xpcs_config() argument
934 struct dw_xpcs *xpcs = phylink_pcs_to_xpcs(pcs); in xpcs_config()
1037 static void xpcs_get_state(struct phylink_pcs *pcs, in xpcs_get_state() argument
1040 struct dw_xpcs *xpcs = phylink_pcs_to_xpcs(pcs); in xpcs_get_state()
1119 void xpcs_link_up(struct phylink_pcs *pcs, unsigned int mode, in xpcs_link_up() argument
1122 struct dw_xpcs *xpcs = phylink_pcs_to_xpcs(pcs); in xpcs_link_up()
1133 static void xpcs_an_restart(struct phylink_pcs *pcs) in xpcs_an_restart() argument
1135 struct dw_xpcs *xpcs = phylink_pcs_to_xpcs(pcs); in xpcs_an_restart()
1305 xpcs->pcs.ops = &xpcs_phylink_ops; in xpcs_create()
1306 xpcs->pcs.poll = true; in xpcs_create()