Lines Matching full:2500
245 case 2500: in mv88e6xxx_port_set_speed_duplex()
330 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6341) */
334 if (speed > 2500) in mv88e6341_port_set_speed_duplex()
340 if (speed == 2500 && port < 5) in mv88e6341_port_set_speed_duplex()
370 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6390) */
374 if (speed > 2500) in mv88e6390_port_set_speed_duplex()
380 if (speed == 2500 && port < 9) in mv88e6390_port_set_speed_duplex()
396 /* Support 10, 100, 200, 1000, 2500, 10000 Mbps (e.g. 88E6190X) */
403 if (speed >= 2500 && port < 9) in mv88e6390x_port_set_speed_duplex()
419 /* Support 10, 100, 200, 1000, 2500, 5000, 10000 Mbps (e.g. 88E6393X)
421 * values for speeds 2500 & 5000 conflict.
430 speed > 2500) in mv88e6393x_port_set_speed_duplex()
436 if (speed >= 2500 && port > 0 && port < 9) in mv88e6393x_port_set_speed_duplex()
453 case 2500: in mv88e6393x_port_set_speed_duplex()