Lines Matching full:2500
243 case 2500: in mv88e6xxx_port_set_speed_duplex()
328 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6341) */
332 if (speed > 2500) in mv88e6341_port_set_speed_duplex()
338 if (speed == 2500 && port < 5) in mv88e6341_port_set_speed_duplex()
368 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6390) */
372 if (speed > 2500) in mv88e6390_port_set_speed_duplex()
378 if (speed == 2500 && port < 9) in mv88e6390_port_set_speed_duplex()
394 /* Support 10, 100, 200, 1000, 2500, 10000 Mbps (e.g. 88E6190X) */
401 if (speed >= 2500 && port < 9) in mv88e6390x_port_set_speed_duplex()
417 /* Support 10, 100, 200, 1000, 2500, 5000, 10000 Mbps (e.g. 88E6393X)
419 * values for speeds 2500 & 5000 conflict.
428 speed > 2500) in mv88e6393x_port_set_speed_duplex()
434 if (speed >= 2500 && port > 0 && port < 9) in mv88e6393x_port_set_speed_duplex()
451 case 2500: in mv88e6393x_port_set_speed_duplex()