Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Dnfs.d31 inline int T_RDMA = 4; variable
32 #pragma D binding "1.5" T_RDMA
46 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" :
/titanic_41/usr/src/uts/common/sys/
H A Dtpicommon.h109 #define T_RDMA 4 /* rdma transport service */ macro
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c97 if (req->rq_xprt->xp_type == T_RDMA) in rfs4_tsize()
H A Dnfs_common.c323 if (req->rq_xprt->xp_type == T_RDMA) in rfs3_tsize()
/titanic_41/usr/src/uts/common/rpc/
H A Dsvc_rdma.c255 xprt->xp_type = T_RDMA; in svc_rdma_kcreate()
1348 if (req->rq_xprt->xp_type != T_RDMA) { in rdma_get_wchunk()
H A Dsvc.c316 ((xprt)->xp_type == T_RDMA ? rdma_rele : \