Lines Matching full:pcs
10 #include <linux/pcs/pcs-xpcs.h>
14 #include "pcs-xpcs.h"
17 container_of((pl_pcs), struct dw_xpcs, pcs)
833 static int xpcs_config(struct phylink_pcs *pcs, unsigned int mode, in xpcs_config() argument
838 struct dw_xpcs *xpcs = phylink_pcs_to_xpcs(pcs); in xpcs_config()
918 static void xpcs_get_state(struct phylink_pcs *pcs, in xpcs_get_state() argument
921 struct dw_xpcs *xpcs = phylink_pcs_to_xpcs(pcs); in xpcs_get_state()
980 void xpcs_link_up(struct phylink_pcs *pcs, unsigned int mode, in xpcs_link_up() argument
983 struct dw_xpcs *xpcs = phylink_pcs_to_xpcs(pcs); in xpcs_link_up()
997 /* First, search C73 PCS using PCS MMD */ in xpcs_get_id()
1014 /* Next, search C37 PCS using Vendor-Specific MII MMD */ in xpcs_get_id()
1144 xpcs->pcs.ops = &xpcs_phylink_ops; in xpcs_create()
1145 xpcs->pcs.poll = true; in xpcs_create()