Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_net.h99 #define PTLRPC_MAX_BRW_SIZE (1 << PTLRPC_MAX_BRW_BITS) macro
100 #define PTLRPC_MAX_BRW_PAGES (PTLRPC_MAX_BRW_SIZE >> PAGE_CACHE_SHIFT)
105 #define DT_MAX_BRW_SIZE PTLRPC_MAX_BRW_SIZE
113 # if (PTLRPC_MAX_BRW_SIZE != (PTLRPC_MAX_BRW_PAGES * PAGE_CACHE_SIZE))
116 # if (PTLRPC_MAX_BRW_SIZE > LNET_MTU * PTLRPC_BULK_OPS_COUNT)
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1781 if (data->ioc_plen1 > PTLRPC_MAX_BRW_SIZE) in echo_client_brw_ioctl()
1782 data->ioc_plen1 = PTLRPC_MAX_BRW_SIZE; in echo_client_brw_ioctl()