Lines Matching +full:2 +full:gbps
13 * 2. Redistributions in binary form must reproduce the above copyright
152 180500, /* 1.44Mpbs - rate 2 common rate */
208 125000000, /* 1Gbps - rate 59 */
212 250000000, /* 2Gbps - rate 63 */
214 312500000, /* 2.5Gbps - rate 65 */
215 343750000, /* 2.75Gbps - rate 66 */
216 375000000, /* 3Gbps - rate 67 */
217 500000000, /* 4Gbps - rate 68 */
218 625000000, /* 5Gbps - rate 69 */
219 750000000, /* 6Gbps - rate 70 */
220 875000000, /* 7Gbps - rate 71 */
221 1000000000, /* 8Gbps - rate 72 */
222 1125000000, /* 9Gbps - rate 73 */
223 1250000000, /* 10Gbps - rate 74 */
224 1875000000, /* 15Gbps - rate 75 */
225 2500000000 /* 20Gbps - rate 76 */
659 rs->rs_rlt[2].rate = 62500; /* 500k */ in rt_setup_new_rs()
785 (rs->rs_lowest_valid <= 2)){ in tcp_int_find_suitable_rate()
811 previous_rate = rs->rs_rlt[(ALL_HARDWARE_RATES-2)].rate; in tcp_int_find_suitable_rate()
823 /* our table is offset by 3, we add 2 */ in tcp_int_find_suitable_rate()
824 ind_calc += 2; in tcp_int_find_suitable_rate()
837 (rs->rs_lowest_valid <= 2)){ in tcp_int_find_suitable_rate()
846 /* > 1Gbps only one rate */ in tcp_int_find_suitable_rate()
856 ind_calc += 2; in tcp_int_find_suitable_rate()
868 (rs->rs_lowest_valid <= 2)){ in tcp_int_find_suitable_rate()
870 for (i=2; i>=rs->rs_lowest_valid; i--) { in tcp_int_find_suitable_rate()
902 previous_rate = rs->rs_rlt[(ALL_HARDWARE_RATES-2)].rate; in tcp_int_find_suitable_rate()
919 ind_calc += 2; in tcp_int_find_suitable_rate()
1123 * as we get a compiler fix 10/2/20 -- RRS
1612 * tso = 2mss in tcp_get_pacing_burst_size_w_divisor()
1645 min_tso_segs = 2; in tcp_get_pacing_burst_size_w_divisor()