Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Diou-zcrx.c42 #define SEND_SIZE (512 * 4096) macro
66 static int cfg_send_size = SEND_SIZE;
69 static char payload[SEND_SIZE] __attribute__((aligned(PAGE_SIZE)));
448 for (i = 0; i < SEND_SIZE; i++) in main()