Home
last modified time | relevance | path

Searched refs:MAX_SIZE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dbig_tcp.sh21 MAX_SIZE=128000
41 gro_ipv4_max_size $MAX_SIZE gso_ipv4_max_size $MAX_SIZE
43 gro_max_size $MAX_SIZE gso_max_size $MAX_SIZE
53 gro_ipv4_max_size $MAX_SIZE gso_ipv4_max_size $MAX_SIZE
55 gro_ipv4_max_size $MAX_SIZE gso_ipv4_max_size $MAX_SIZE
57 gro_max_size $MAX_SIZE gso_max_size $MAX_SIZE
59 gro_max_size $MAX_SIZE gso_max_size $MAX_SIZE
75 gro_ipv4_max_size $MAX_SIZE gso_ipv4_max_size $MAX_SIZE
77 gro_max_size $MAX_SIZE gso_max_size $MAX_SIZE
/openbmc/u-boot/arch/arm/mach-k3/
H A Dconfig.mk17 MAX_SIZE= $(shell printf "%d" $(CONFIG_SYS_K3_MAX_DOWNLODABLE_IMAGE_SIZE))
53 @if [ $(IMAGE_SIZE) -gt $(MAX_SIZE) ]; then \
/openbmc/linux/drivers/video/fbdev/
H A Dacornfb.c100 #define MAX_SIZE (2*1024*1024) macro
984 size = MAX_SIZE; in acornfb_probe()
989 if (size > MAX_SIZE) in acornfb_probe()
990 size = MAX_SIZE; in acornfb_probe()
/openbmc/qemu/docs/
H A Dnvdimm.txt19 -m $RAM_SIZE,slots=$N,maxmem=$MAX_SIZE
30 - "maxmem=$MAX_SIZE" should be equal to or larger than the total size
31 of normal RAM devices and vNVDIMM devices, e.g. $MAX_SIZE should be
/openbmc/u-boot/scripts/
H A DMakefile.spl152 ifneq ($(CONFIG_$(SPL_TPL_)MAX_SIZE),)
153 LDPPFLAGS += -DIMAGE_MAX_SIZE=$(CONFIG_$(SPL_TPL_)MAX_SIZE)
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S30 #define MAX_SIZE 32768 macro
127 1: lis r7,MAX_SIZE@h
128 ori r7,r7,MAX_SIZE@l
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c1576 const unsigned int MAX_SIZE = 128; in slic_eeprom_valid() local
1581 if (size < MIN_SIZE || size > MAX_SIZE) in slic_eeprom_valid()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch443 #define MAX_SIZE (2*1024*1024)