Searched refs:T_RDMA (Results 1 – 6 of 6) sorted by relevance
31 inline int T_RDMA = 4; variable32 #pragma D binding "1.5" T_RDMA46 ci_protocol = P->rq_xprt->xp_xpc.xpc_type == T_RDMA ? "rdma" :76 ci_protocol = P->req->rq_xprt->xp_xpc.xpc_type == T_RDMA ? "rdma" :
109 #define T_RDMA 4 /* rdma transport service */ macro
97 if (req->rq_xprt->xp_type == T_RDMA) in rfs4_tsize()
323 if (req->rq_xprt->xp_type == T_RDMA) in rfs3_tsize()
255 xprt->xp_type = T_RDMA; in svc_rdma_kcreate()1348 if (req->rq_xprt->xp_type != T_RDMA) { in rdma_get_wchunk()
316 ((xprt)->xp_type == T_RDMA ? rdma_rele : \