Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 25 of 27) sorted by relevance

12

/drivers/net/wireless/realtek/rtw88/
A Dled.c22 { .throughput = 0 * 1024, .blink_time = 334 }, in rtw_led_init()
23 { .throughput = 1 * 1024, .blink_time = 260 }, in rtw_led_init()
24 { .throughput = 5 * 1024, .blink_time = 220 }, in rtw_led_init()
25 { .throughput = 10 * 1024, .blink_time = 190 }, in rtw_led_init()
26 { .throughput = 20 * 1024, .blink_time = 170 }, in rtw_led_init()
27 { .throughput = 50 * 1024, .blink_time = 150 }, in rtw_led_init()
28 { .throughput = 70 * 1024, .blink_time = 130 }, in rtw_led_init()
29 { .throughput = 100 * 1024, .blink_time = 110 }, in rtw_led_init()
30 { .throughput = 200 * 1024, .blink_time = 80 }, in rtw_led_init()
31 { .throughput = 300 * 1024, .blink_time = 50 }, in rtw_led_init()
/drivers/net/wireless/intel/iwlwifi/dvm/
A Dled.c37 { .throughput = 0, .blink_time = 334 },
38 { .throughput = 1 * 1024 - 1, .blink_time = 260 },
39 { .throughput = 5 * 1024 - 1, .blink_time = 220 },
40 { .throughput = 10 * 1024 - 1, .blink_time = 190 },
41 { .throughput = 20 * 1024 - 1, .blink_time = 170 },
42 { .throughput = 50 * 1024 - 1, .blink_time = 150 },
43 { .throughput = 70 * 1024 - 1, .blink_time = 130 },
44 { .throughput = 100 * 1024 - 1, .blink_time = 110 },
45 { .throughput = 200 * 1024 - 1, .blink_time = 80 },
46 { .throughput = 300 * 1024 - 1, .blink_time = 50 },
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_benchmark.c65 s64 throughput = (n * (size >> 10)); in amdgpu_benchmark_log_results() local
67 throughput = div64_s64(throughput, time_ms); in amdgpu_benchmark_log_results()
72 throughput * 8, throughput); in amdgpu_benchmark_log_results()
/drivers/gpu/drm/amd/display/dc/dsc/
A Ddc_dsc.c242 *throughput = 0; in dsc_throughput_from_dpcd()
245 *throughput = 170; in dsc_throughput_from_dpcd()
248 *throughput = 340; in dsc_throughput_from_dpcd()
251 *throughput = 400; in dsc_throughput_from_dpcd()
254 *throughput = 450; in dsc_throughput_from_dpcd()
257 *throughput = 500; in dsc_throughput_from_dpcd()
260 *throughput = 550; in dsc_throughput_from_dpcd()
263 *throughput = 600; in dsc_throughput_from_dpcd()
266 *throughput = 650; in dsc_throughput_from_dpcd()
269 *throughput = 700; in dsc_throughput_from_dpcd()
[all …]
/drivers/gpu/drm/loongson/
A Dlsdc_benchmark.c76 unsigned int throughput; in lsdc_benchmark_copy() local
93 throughput = (n * (size >> 10)) / time; in lsdc_benchmark_copy()
100 time, throughput); in lsdc_benchmark_copy()
/drivers/gpu/drm/radeon/
A Dradeon_benchmark.c80 unsigned int throughput = (n * (size >> 10)) / time; in radeon_benchmark_log_results() local
84 throughput * 8, throughput); in radeon_benchmark_log_results()
/drivers/net/wireless/ath/ath9k/
A Dhtc_drv_init.c51 { .throughput = 0 * 1024, .blink_time = 334 },
52 { .throughput = 1 * 1024, .blink_time = 260 },
53 { .throughput = 5 * 1024, .blink_time = 220 },
54 { .throughput = 10 * 1024, .blink_time = 190 },
55 { .throughput = 20 * 1024, .blink_time = 170 },
56 { .throughput = 50 * 1024, .blink_time = 150 },
57 { .throughput = 70 * 1024, .blink_time = 130 },
58 { .throughput = 100 * 1024, .blink_time = 110 },
59 { .throughput = 200 * 1024, .blink_time = 80 },
60 { .throughput = 300 * 1024, .blink_time = 50 },
A Dinit.c86 { .throughput = 0 * 1024, .blink_time = 334 },
87 { .throughput = 1 * 1024, .blink_time = 260 },
88 { .throughput = 5 * 1024, .blink_time = 220 },
89 { .throughput = 10 * 1024, .blink_time = 190 },
90 { .throughput = 20 * 1024, .blink_time = 170 },
91 { .throughput = 50 * 1024, .blink_time = 150 },
92 { .throughput = 70 * 1024, .blink_time = 130 },
93 { .throughput = 100 * 1024, .blink_time = 110 },
94 { .throughput = 200 * 1024, .blink_time = 80 },
95 { .throughput = 300 * 1024, .blink_time = 50 },
/drivers/net/wireless/ralink/rt2x00/
A Drt2x00dev.c1099 { .throughput = 0 * 1024, .blink_time = 334 },
1100 { .throughput = 1 * 1024, .blink_time = 260 },
1101 { .throughput = 2 * 1024, .blink_time = 220 },
1102 { .throughput = 5 * 1024, .blink_time = 190 },
1103 { .throughput = 10 * 1024, .blink_time = 170 },
1104 { .throughput = 25 * 1024, .blink_time = 150 },
1105 { .throughput = 54 * 1024, .blink_time = 130 },
1106 { .throughput = 120 * 1024, .blink_time = 110 },
1107 { .throughput = 265 * 1024, .blink_time = 80 },
1108 { .throughput = 586 * 1024, .blink_time = 50 },
/drivers/atm/
A DKconfig68 In order to obtain good throughput, the ENI NIC can transfer
81 resulting throughput is lower than when using only the largest
84 Also, sometimes larger bursts lead to lower throughput, e.g. on an
108 may or may not improve throughput.
116 are also set may or may not improve throughput.
139 improve throughput.
147 8W are also set may or may not improve throughput.
/drivers/staging/fbtft/
A Dfbtft-core.c231 long fps, throughput; in fbtft_update_display() local
287 throughput = ktime_us_delta(ts_end, ts_start); in fbtft_update_display()
288 throughput = throughput ? (len * 1000) / throughput : 0; in fbtft_update_display()
289 throughput = throughput * 1000 / 1024; in fbtft_update_display()
293 throughput, fps); in fbtft_update_display()
/drivers/perf/amlogic/
A DKconfig8 memory throughput and other related events. It
/drivers/net/wireless/mediatek/mt76/
A Dmac80211.c148 { .throughput = 0 * 1024, .blink_time = 334 },
149 { .throughput = 1 * 1024, .blink_time = 260 },
150 { .throughput = 5 * 1024, .blink_time = 220 },
151 { .throughput = 10 * 1024, .blink_time = 190 },
152 { .throughput = 20 * 1024, .blink_time = 170 },
153 { .throughput = 50 * 1024, .blink_time = 150 },
154 { .throughput = 70 * 1024, .blink_time = 130 },
155 { .throughput = 100 * 1024, .blink_time = 110 },
156 { .throughput = 200 * 1024, .blink_time = 80 },
157 { .throughput = 300 * 1024, .blink_time = 50 },
/drivers/crypto/aspeed/
A DKconfig7 throughput of hash data digest, encryption and decryption.
/drivers/staging/greybus/
A Dloopback.c74 struct gb_loopback_stats throughput; member
275 gb_loopback_stats_attrs(throughput);
707 memcpy(&gb->throughput, &reset, in gb_loopback_reset_stats()
774 gb_loopback_update_stats_window(&gb->throughput, aggregate_size, in gb_loopback_throughput_update()
/drivers/net/wireless/silabs/wfx/
A Dhif_api_general.h184 __le32 throughput; member
A Ddebug.c162 st->nb_rx_frame, st->per_total, st->throughput); in wfx_rx_stats_show()
/drivers/perf/
A DKconfig170 can give information about memory throughput and other related
178 can give information about memory throughput and other related
/drivers/net/wireless/intel/iwlegacy/
A Dcommon.c438 {.throughput = 0, .blink_time = 334},
439 {.throughput = 1 * 1024 - 1, .blink_time = 260},
440 {.throughput = 5 * 1024 - 1, .blink_time = 220},
441 {.throughput = 10 * 1024 - 1, .blink_time = 190},
442 {.throughput = 20 * 1024 - 1, .blink_time = 170},
443 {.throughput = 50 * 1024 - 1, .blink_time = 150},
444 {.throughput = 70 * 1024 - 1, .blink_time = 130},
445 {.throughput = 100 * 1024 - 1, .blink_time = 110},
446 {.throughput = 200 * 1024 - 1, .blink_time = 80},
447 {.throughput = 300 * 1024 - 1, .blink_time = 50},
/drivers/net/wireless/broadcom/b43/
A DKconfig137 bool "Support for HT-PHY (high throughput 802.11n) devices"
/drivers/soc/qcom/
A DKconfig283 memory throughput even with lower CPU frequencies.
/drivers/net/wireless/realtek/rtw89/
A Dcore.c3595 u32 throughput, u64 cnt, in rtw89_get_traffic_level() argument
3612 if (throughput > 50) in rtw89_get_traffic_level()
3614 if (throughput > 10) in rtw89_get_traffic_level()
3616 if (throughput > 2) in rtw89_get_traffic_level()
/drivers/md/
A DKconfig85 the throughput rate if the partitions reside on distinct disks.
/drivers/crypto/
A DKconfig591 Ipsec throughput seems to improve when disabling either family of
/drivers/mmc/host/
A DKconfig921 sent to VUB300 chip in order to achieve better data throughput.

Completed in 77 milliseconds

12