Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtls.c641 #define MAX_FRAGS 64 macro
646 char buf[SEND_LEN * MAX_FRAGS]; in TEST_F()
647 struct iovec vec[MAX_FRAGS]; in TEST_F()
651 for (frags = 1; frags <= MAX_FRAGS; frags++) { in TEST_F()
670 #undef MAX_FRAGS
949 #define MAX_FRAGS 48 macro
965 ASSERT_GE(fcntl(pipefds[0], F_SETPIPE_SZ, (MAX_FRAGS + 1) * 0x1000), 0); in TEST_F()
967 for (i = 0; i < MAX_FRAGS; i++) in TEST_F()
972 EXPECT_EQ(splice(pipefds[0], NULL, self->fd, NULL, MAX_FRAGS + 0x1000, 0), in TEST_F()
973 MAX_FRAGS + sizeof(sendbuf)); in TEST_F()
[all …]
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c173 #define MAX_FRAGS (32 * MAX_CARDS) macro
206 static uint bmask[MAX_FRAGS];