Lines Matching refs:speed
89 unsigned int speed;
145 ethqos_update_rgmii_clk(struct qcom_ethqos *ethqos, unsigned int speed)
147 switch (speed) {
270 switch (ethqos->speed) {
371 "Invalid speed %d\n", ethqos->speed);
407 if (ethqos->speed != SPEED_100 && ethqos->speed != SPEED_10) {
433 if (ethqos->speed == SPEED_1000)
441 static void ethqos_fix_mac_speed(void *priv, unsigned int speed)
445 ethqos->speed = speed;
446 ethqos_update_rgmii_clk(ethqos, speed);
499 ethqos->speed = SPEED_1000;