Home
last modified time | relevance | path

Searched refs:mi_opc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c153 if ((md->md_options & info->mi_opc) == 0) in lnet_try_match_md()
196 (info->mi_opc == LNET_MD_OP_PUT) ? "put" : "get", in lnet_try_match_md()
421 if (info->mi_opc == LNET_MD_OP_GET || in lnet_mt_match_md()
599 info->mi_opc == LNET_MD_OP_PUT ? "PUT" : "GET", in lnet_ptl_match_md()
659 info.mi_opc = LNET_MD_OP_PUT; in lnet_ptl_attach_md()
Dlib-move.c1394 info.mi_opc = LNET_MD_OP_PUT; in lnet_parse_put()
1446 info.mi_opc = LNET_MD_OP_GET; in lnet_parse_get()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h426 unsigned int mi_opc; member