Lines Matching refs:speed
75 state->speed = SPEED_2500;
106 phy_speed_to_str(state->speed),
189 int speed, int duplex)
204 switch (speed) {
218 dev_err(&pcs->dev, "Invalid PCS speed %d\n", speed);
234 * - Downgrading the link speed by duplicating symbols
237 * The speed is configured at 1000 in the IF_MODE because the clock frequency
239 * Since there is no difference between fixed speed SGMII w/o AN and 802.3z w/o
241 * lower link speed on line side, the system-side interface remains fixed at
246 int speed, int duplex)
268 int speed, int duplex)
275 lynx_pcs_link_up_sgmii(lynx->mdio, mode, speed, duplex);
278 lynx_pcs_link_up_2500basex(lynx->mdio, mode, speed, duplex);