Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Drpc.c408 md.options = options & ~(LNET_MD_OP_PUT | LNET_MD_OP_GET); in srpc_post_active_rdma()
420 if ((options & LNET_MD_OP_PUT) != 0) { in srpc_post_active_rdma()
431 ((options & LNET_MD_OP_PUT) != 0) ? "Put" : "Get", in srpc_post_active_rdma()
452 buf, len, LNET_MD_OP_PUT, peer, in srpc_post_active_rqtbuf()
467 LNET_MD_OP_PUT, any, mdh, ev); in srpc_post_passive_rqtbuf()
826 LNET_MD_OP_PUT, rpc->crpc_dest, in srpc_prepare_reply()
849 opt = bk->bk_sink ? LNET_MD_OP_PUT : LNET_MD_OP_GET; in srpc_prepare_bulk()
879 opt = bk->bk_sink ? LNET_MD_OP_GET : LNET_MD_OP_PUT; in srpc_do_bulk()
1392 sizeof(*msg), LNET_MD_OP_PUT, in srpc_send_reply()
/drivers/staging/lustre/lnet/lnet/
Dlib-md.c282 if ((umd.options & (LNET_MD_OP_GET | LNET_MD_OP_PUT)) == 0) { in LNetMDAttach()
359 if ((umd.options & (LNET_MD_OP_GET | LNET_MD_OP_PUT)) != 0) { in LNetMDBind()
Dlib-ptl.c196 (info->mi_opc == LNET_MD_OP_PUT) ? "put" : "get", in lnet_try_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()
/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c175 LNET_MD_OP_GET : LNET_MD_OP_PUT); in ptlrpc_register_bulk()
598 reply_md.options = PTLRPC_MD_OPTIONS | LNET_MD_OP_PUT | in ptl_send_rpc()
712 md.options = PTLRPC_MD_OPTIONS | LNET_MD_OP_PUT | LNET_MD_MAX_SIZE; in ptlrpc_register_rqbd()
/drivers/staging/lustre/include/linux/lnet/
Dtypes.h465 #define LNET_MD_OP_PUT (1 << 0) macro