Lines Matching refs:neg_mode

663 				      unsigned int neg_mode)  in xpcs_config_aneg_c37_sgmii()  argument
722 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) in xpcs_config_aneg_c37_sgmii()
734 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) in xpcs_config_aneg_c37_sgmii()
742 unsigned int neg_mode, in xpcs_config_aneg_c37_1000basex() argument
798 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) { in xpcs_config_aneg_c37_1000basex()
831 const unsigned long *advertising, unsigned int neg_mode) in xpcs_do_config() argument
850 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) { in xpcs_do_config()
857 ret = xpcs_config_aneg_c37_sgmii(xpcs, neg_mode); in xpcs_do_config()
862 ret = xpcs_config_aneg_c37_1000basex(xpcs, neg_mode, in xpcs_do_config()
886 static int xpcs_config(struct phylink_pcs *pcs, unsigned int neg_mode, in xpcs_config() argument
893 return xpcs_do_config(xpcs, interface, advertising, neg_mode); in xpcs_config()
1143 static void xpcs_link_up_sgmii(struct dw_xpcs *xpcs, unsigned int neg_mode, in xpcs_link_up_sgmii() argument
1148 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) in xpcs_link_up_sgmii()
1157 static void xpcs_link_up_1000basex(struct dw_xpcs *xpcs, unsigned int neg_mode, in xpcs_link_up_1000basex() argument
1162 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) in xpcs_link_up_1000basex()
1186 void xpcs_link_up(struct phylink_pcs *pcs, unsigned int neg_mode, in xpcs_link_up() argument
1194 return xpcs_link_up_sgmii(xpcs, neg_mode, speed, duplex); in xpcs_link_up()
1196 return xpcs_link_up_1000basex(xpcs, neg_mode, speed, duplex); in xpcs_link_up()
1385 xpcs->pcs.neg_mode = true; in xpcs_create_data()