Searched refs:mi_opc (Results 1 – 3 of 3) sorted by relevance
153 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()
1394 info.mi_opc = LNET_MD_OP_PUT; in lnet_parse_put()1446 info.mi_opc = LNET_MD_OP_GET; in lnet_parse_get()
426 unsigned int mi_opc; member