Lines Matching refs:neg_mode
117 unsigned int neg_mode) in lynx_pcs_config_giga() argument
137 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) in lynx_pcs_config_giga()
148 neg_mode); in lynx_pcs_config_giga()
153 unsigned int neg_mode) in lynx_pcs_config_usxgmii() argument
158 if (neg_mode != PHYLINK_PCS_NEG_INBAND_ENABLED) { in lynx_pcs_config_usxgmii()
170 static int lynx_pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode, in lynx_pcs_config() argument
181 neg_mode); in lynx_pcs_config()
183 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) { in lynx_pcs_config()
191 neg_mode); in lynx_pcs_config()
210 unsigned int neg_mode, in lynx_pcs_link_up_sgmii() argument
218 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) in lynx_pcs_link_up_sgmii()
265 unsigned int neg_mode, in lynx_pcs_link_up_2500basex() argument
270 if (neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED) { in lynx_pcs_link_up_2500basex()
284 static void lynx_pcs_link_up(struct phylink_pcs *pcs, unsigned int neg_mode, in lynx_pcs_link_up() argument
293 lynx_pcs_link_up_sgmii(lynx->mdio, neg_mode, speed, duplex); in lynx_pcs_link_up()
296 lynx_pcs_link_up_2500basex(lynx->mdio, neg_mode, speed, duplex); in lynx_pcs_link_up()
326 lynx->pcs.neg_mode = true; in lynx_pcs_create()