Searched refs:rdma_msg (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Drpc_rdma.h84 #define rdma_msg cpu_to_be32(RDMA_MSG) macro
/linux-master/net/sunrpc/xprtrdma/
H A Dbackchannel.c72 *p++ = rdma_msg;
H A Dsvc_rdma_backchannel.c154 *p++ = rdma_msg;
H A Dsvc_rdma_recvfrom.c681 case rdma_msg:
740 /* By convention, backchannel calls arrive via rdma_msg type
753 if (rctxt->rc_msgtype != rdma_msg)
H A Drpc_rdma.c928 *p++ = rdma_msg;
932 *p++ = rdma_msg;
1115 /* By convention, backchannel calls arrive via rdma_msg type
1128 if (rep->rr_proc != rdma_msg)
1382 case rdma_msg:
H A Dsvc_rdma_sendto.c1033 *p = pcl_is_empty(&rctxt->rc_reply_pcl) ? rdma_msg : rdma_nomsg;

Completed in 217 milliseconds