Home
last modified time | relevance | path

Searched refs:xp_type (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c94 if (req->rq_xprt->xp_type == T_COTS_ORD || in rfs4_tsize()
95 req->rq_xprt->xp_type == T_COTS) in rfs4_tsize()
97 if (req->rq_xprt->xp_type == T_RDMA) in rfs4_tsize()
H A Dnfs_common.c320 if (req->rq_xprt->xp_type == T_COTS_ORD || in rfs3_tsize()
321 req->rq_xprt->xp_type == T_COTS) in rfs3_tsize()
323 if (req->rq_xprt->xp_type == T_RDMA) in rfs3_tsize()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c187 xprt->xp_type = tinfo.SERV_type; in svc_tli_kcreate()
H A Dsvc.h415 #define xp_type xp_xpc.xpc_type macro
504 int xp_type; /* transport type */ member
H A Dsvc_rdma.c260 xprt->xp_type = T_RDMA; in svc_rdma_kcreate()
1350 if (req->rq_xprt->xp_type != T_RDMA) { in rdma_get_wchunk()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c340 xprt->xp_type = parent->xp_type; in svc_vc_xprtcopy()
432 dummy->xp_type = tinfo.servtype; in svc_fd_create_private()
623 xprt->xp_type = parent->xp_type; in svc_fd_xprtcopy()
712 if ((nconf = __rpcfd_to_nconf(xprt->xp_fd, xprt->xp_type)) in rendezvous_request()
H A Dsvc_door.c475 xprt->xp_type = parent->xp_type; in svc_door_xprtcopy()
H A Dsvc_dg.c242 xprt->xp_type = parent->xp_type; in svc_dg_xprtcopy()
H A Dsvc_generic.c588 xprt->xp_type = tinfo.servtype; in svc_tli_create_common()
H A Dsvc.c877 } else if ((tnconf = __rpcfd_to_nconf(xprt->xp_fd, xprt->xp_type)) in svc_reg()
985 __rpcfd_to_nconf(xprt->xp_fd, xprt->xp_type)) != NULL)) { in svc_register()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dsvc.c171 mdb_printf("transport type = %d\n", xprt->xp_type); in svc_print_masterxprt()