Lines Matching +full:1000 +full:mbps
72 * 1Mbps? Why do we have a rate at 1.44Mbps called common?
73 * Why do the rates cluster in the 1-100Mbps range more
112 * rate 31Mbps. 31Mbps means that each send that is done
141 * If we are above (b/w wise) over 100Mbps we double the result
142 * of the MSS calculation. The second caveat is if we are 500Mbps
151 122500, /* 1Mbps - rate 1 */
153 375000, /* 3Mbps - rate 3 */
154 625000, /* 5Mbps - rate 4 */
155 1250000, /* 10Mbps - rate 5 */
156 1875000, /* 15Mbps - rate 6 */
157 2500000, /* 20Mbps - rate 7 */
158 3125000, /* 25Mbps - rate 8 */
159 3750000, /* 30Mbps - rate 9 */
160 4375000, /* 35Mbps - rate 10 */
162 6250000, /* 50Mbps - rate 12 */
163 12500000, /* 100Mbps - rate 13 */
164 25000000, /* 200Mbps - rate 14 */
165 50000000, /* 400Mbps - rate 15 */
166 100000000, /* 800Mbps - rate 16 */
167 5625000, /* 45Mbps - rate 17 */
168 6875000, /* 55Mbps - rate 19 */
169 7500000, /* 60Mbps - rate 20 */
170 8125000, /* 65Mbps - rate 21 */
171 8750000, /* 70Mbps - rate 22 */
172 9375000, /* 75Mbps - rate 23 */
173 10000000, /* 80Mbps - rate 24 */
174 10625000, /* 85Mbps - rate 25 */
175 11250000, /* 90Mbps - rate 26 */
176 11875000, /* 95Mbps - rate 27 */
177 12500000, /* 100Mbps - rate 28 */
178 13750000, /* 110Mbps - rate 29 */
179 15000000, /* 120Mbps - rate 30 */
180 16250000, /* 130Mbps - rate 31 */
181 17500000, /* 140Mbps - rate 32 */
182 18750000, /* 150Mbps - rate 33 */
183 20000000, /* 160Mbps - rate 34 */
184 21250000, /* 170Mbps - rate 35 */
185 22500000, /* 180Mbps - rate 36 */
186 23750000, /* 190Mbps - rate 37 */
187 26250000, /* 210Mbps - rate 38 */
188 27500000, /* 220Mbps - rate 39 */
189 28750000, /* 230Mbps - rate 40 */
190 30000000, /* 240Mbps - rate 41 */
191 31250000, /* 250Mbps - rate 42 */
192 34375000, /* 275Mbps - rate 43 */
193 37500000, /* 300Mbps - rate 44 */
194 40625000, /* 325Mbps - rate 45 */
195 43750000, /* 350Mbps - rate 46 */
196 46875000, /* 375Mbps - rate 47 */
197 53125000, /* 425Mbps - rate 48 */
198 56250000, /* 450Mbps - rate 49 */
199 59375000, /* 475Mbps - rate 50 */
200 62500000, /* 500Mbps - rate 51 */
201 68750000, /* 550Mbps - rate 52 */
202 75000000, /* 600Mbps - rate 53 */
203 81250000, /* 650Mbps - rate 54 */
204 87500000, /* 700Mbps - rate 55 */
205 93750000, /* 750Mbps - rate 56 */
206 106250000, /* 850Mbps - rate 57 */
207 112500000, /* 900Mbps - rate 58 */
661 * populate 1Meg - 1000meg. in rt_setup_new_rs()
815 * If we reach here its in our table (between 1Meg - 1000Meg), in tcp_int_find_suitable_rate()
855 /* its an exact Mbps */ in tcp_int_find_suitable_rate()
969 * from 1Meg - 1000Meg in 1Meg increments. in tcp_find_suitable_rate()
1571 #define ONE_HUNDRED_MBPS 12500000 /* 100Mbps in bytes per second */
1572 #define FIVE_HUNDRED_MBPS 62500000 /* 500Mbps in bytes per second */
1614 * tso = min(bw/(div=1000), 64k) in tcp_get_pacing_burst_size_w_divisor()
1619 * divisor = 1000, which is the default for now. in tcp_get_pacing_burst_size_w_divisor()
1630 bytes = bw / 1000; in tcp_get_pacing_burst_size_w_divisor()
1687 * 100Mbps. If its over 500meg we just set you to the in tcp_get_pacing_burst_size_w_divisor()