Lines Matching defs:neg_mode
684 unsigned int neg_mode)
743 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED)
755 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED)
763 unsigned int neg_mode,
819 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) {
852 const unsigned long *advertising, unsigned int neg_mode)
871 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) {
878 ret = xpcs_config_aneg_c37_sgmii(xpcs, neg_mode);
883 ret = xpcs_config_aneg_c37_1000basex(xpcs, neg_mode,
907 static int xpcs_config(struct phylink_pcs *pcs, unsigned int neg_mode,
914 return xpcs_do_config(xpcs, interface, advertising, neg_mode);
1135 static void xpcs_link_up_sgmii(struct dw_xpcs *xpcs, unsigned int neg_mode,
1140 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED)
1149 static void xpcs_link_up_1000basex(struct dw_xpcs *xpcs, unsigned int neg_mode,
1154 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED)
1178 void xpcs_link_up(struct phylink_pcs *pcs, unsigned int neg_mode,
1186 return xpcs_link_up_sgmii(xpcs, neg_mode, speed, duplex);
1188 return xpcs_link_up_1000basex(xpcs, neg_mode, speed, duplex);
1376 xpcs->pcs.neg_mode = true;