Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dtypes.h276 #define LNET_MTU (1 << LNET_MTU_BITS) macro
283 # if (LNET_MAX_PAYLOAD < LNET_MTU)
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-move.c882 LASSERT(msg->msg_len <= LNET_MTU); in lnet_msg2bufpool()
1752 (__u32)(for_me ? LNET_MAX_PAYLOAD : LNET_MTU)) { in lnet_parse()
1758 for_me ? LNET_MAX_PAYLOAD : LNET_MTU); in lnet_parse()
Drouter.c1442 large_pages = (LNET_MTU + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; in lnet_rtrpools_alloc()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c394 LNET_MTU >> PAGE_CACHE_SHIFT); in client_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1091 #define HAL_MAXSIZE LNET_MTU /* bytes, used in userspace only */
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h117 # if (PTLRPC_MAX_BRW_SIZE > LNET_MTU * PTLRPC_BULK_OPS_COUNT)