/aosp_15_r20/external/coreboot/src/device/ |
H A D | pciexp_device.c | 593 static void pciexp_dev_set_max_payload_size(struct device *dev, unsigned int max_payload) in pciexp_dev_set_max_payload_size() 641 unsigned int child_max_payload, parent_max_payload, max_payload; in pciexp_configure_max_payload_size() local 731 static void pciexp_sync_max_payload_size(struct bus *bus, unsigned int max_payload) in pciexp_sync_max_payload_size() 751 unsigned int max_payload; in pciexp_scan_bus() local
|
/aosp_15_r20/external/perfetto/test/ |
H A D | end_to_end_benchmark.cc | 225 int max_payload = IsBenchmarkFunctionalOnly() ? 8 : 2048; in SaturateCpuProducerArgs() local 245 int max_payload = IsBenchmarkFunctionalOnly() ? 8 : 64 * 1024; in SaturateCpuConsumerArgs() local
|
/aosp_15_r20/packages/modules/adb/ |
D | sockets.cpp | 177 const size_t max_payload = s->get_max_payload(); in local_socket_flush_outgoing() local 983 size_t max_payload = MAX_PAYLOAD; in get_max_payload() local
|
D | transport.h | 411 size_t max_payload; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | tcp_header_slice.rs | 337 let max_payload = usize::from(u16::MAX) - usize::from(header_len); localVariable 376 let max_payload = (u32::MAX as usize) - (header_len as usize); localVariable
|
D | tcp_header.rs | 463 let max_payload = usize::from(u16::MAX) - self.header_len(); localVariable 501 let max_payload = (u32::MAX as usize) - self.header_len(); localVariable
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra/ |
H A D | i2c.c | 163 const uint32_t max_payload = in i2c_transfer_segment() local
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-cache-ttl.h | 247 size_t max_payload; member
|
/aosp_15_r20/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 940 TEST(liblog, max_payload) { in TEST() argument
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 19520 size_t max_payload; member
|
H A D | vmlinux_600.h | 19520 size_t max_payload; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 109870 size_t max_payload; member
|
H A D | vmlinux_602.h | 109870 size_t max_payload; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 55476 size_t max_payload; member
|
H A D | vmlinux_518.h | 55476 size_t max_payload; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 89675 size_t max_payload; member
|
H A D | vmlinux.h | 89675 size_t max_payload; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 37333 size_t max_payload; member
|
H A D | vmlinux.h | 37333 size_t max_payload; member
|