Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dlib-md.c106 if ((umd->options & LNET_MD_IOVEC) != 0) { in lnet_md_build()
212 (LNET_MD_IOVEC | LNET_MD_KIOV)) == 0) ? in lnet_md_deconstruct()
230 if ((umd->options & (LNET_MD_KIOV | LNET_MD_IOVEC)) != 0 && in lnet_md_validate()
/drivers/staging/lustre/lustre/ptlrpc/
Dpers.c53 LASSERT(!(md->options & (LNET_MD_IOVEC | LNET_MD_KIOV | in ptlrpc_fill_bulk_md()
/drivers/staging/lustre/include/linux/lnet/
Dtypes.h306 #define LNET_MD_IOVEC (1 << 6) macro
Dlib-lnet.h390 niov = ((umd->options & LNET_MD_IOVEC) != 0) ? in lnet_md_alloc()