Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h46 #define LNET_MAX_PAYLOAD CONFIG_LNET_MAX_PAYLOAD macro
47 #if (LNET_MAX_PAYLOAD < LNET_MTU)
49 #elif (LNET_MAX_PAYLOAD > (PAGE_SIZE * LNET_MAX_IOV))
/linux-4.4.14/drivers/staging/lustre/lnet/
DKconfig5 config LNET_MAX_PAYLOAD config
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c1749 (__u32)(for_me ? LNET_MAX_PAYLOAD : LNET_MTU)) { in lnet_parse()
1755 for_me ? LNET_MAX_PAYLOAD : LNET_MTU); in lnet_parse()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1390 .max_pages_per_fmr = LNET_MAX_PAYLOAD/PAGE_SIZE, in kiblnd_create_fmr_pool()