Searched refs:rdma (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/
H A Dofed_kernel.h127 #include <sys/ib/clients/of/rdma/ib_verbs.h>
128 #include <sys/ib/clients/of/rdma/ib_user_verbs.h>
129 #include <sys/ib/clients/of/rdma/ib_user_mad.h>
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma_transport.c45 #include <sys/ib/clients/of/rdma/ib_verbs.h>
46 #include <sys/ib/clients/of/rdma/ib_addr.h>
47 #include <sys/ib/clients/of/rdma/rdma_cm.h>
H A Drdma.c6 * This file contains code imported from the OFED rds source file rdma.c
7 * Oracle elects to have and use the contents of rdma.c under and governed
44 #include <sys/ib/clients/of/rdma/ib_verbs.h>
45 #include <sys/ib/clients/of/rdma/ib_addr.h>
46 #include <sys/ib/clients/of/rdma/rdma_cm.h>
49 #include <sys/ib/clients/rdsv3/rdma.h>
61 * - an rdma is an mlock, apply rlimit?
510 "RDS: rdma prepare nr_local %llu rva %llx rkey %x",
H A Drds_recv.c47 #include <sys/ib/clients/rdsv3/rdma.h>
140 struct rdsv3_ext_header_rdma rdma; member in union:__anon5971
154 rdsv3_rdma_unuse(rs, ntohl(buffer.rdma.h_rdma_rkey),
H A Dib_send.c47 #include <sys/ib/clients/rdsv3/rdma.h>
1020 * Instead of knowing how to return a partial rdma read/write
1055 wr->wr.rc.rcwr.rdma.rdma_raddr = remote_addr;
1056 wr->wr.rc.rcwr.rdma.rdma_rkey = op->r_key;
1079 k, wr, wr->wr.rc.rcwr.rdma.rdma_rkey,
1101 "RDS/IB: rdma ib_post_send to %u.%u.%u.%u "
H A Dmessage.c47 #include <sys/ib/clients/rdsv3/rdma.h>
H A Dib_rdma.c48 #include <sys/ib/clients/rdsv3/rdma.h>
H A Dib_cm.c47 #include <sys/ib/clients/of/rdma/ib_addr.h>
48 #include <sys/ib/clients/of/rdma/rdma_cm.h>
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_addr.h47 #include <sys/ib/clients/of/rdma/ib_verbs.h>
H A Drdma_user_cm.h51 #include <sys/ib/clients/of/rdma/ib_user_verbs.h>
52 #include <sys/ib/clients/of/rdma/ib_user_sa.h>
H A Dib_user_verbs.h609 } rdma; member in union:ib_uverbs_send_wr::__anon7914
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ucma/
H A Dsol_rdma_user_cm.h34 #include <sys/ib/clients/of/rdma/rdma_user_cm.h>
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsrp.d161 ((ibt_send_wr_t *)arg3)->wr.rc.rcwr.rdma.rdma_raddr;
163 ((ibt_send_wr_t *)arg3)->wr.rc.rcwr.rdma.rdma_rkey;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_dto.c403 ps_wr.wr.rc.rcwr.rdma.rdma_raddr =
405 ps_wr.wr.rc.rcwr.rdma.rdma_rkey =
512 ps_wr.wr.rc.rcwr.rdma.rdma_raddr =
514 ps_wr.wr.rc.rcwr.rdma.rdma_rkey =
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c441 wr.wr.rc.rcwr.rdma.rdma_raddr = reg_raddr + buf->idb_bufoffset;
442 wr.wr.rc.rcwr.rdma.rdma_rkey = reg_rkey;
543 wr.wr.rc.rcwr.rdma.rdma_raddr = reg_raddr + buf->idb_bufoffset;
544 wr.wr.rc.rcwr.rdma.rdma_rkey = reg_rkey;
/illumos-gate/usr/src/uts/sparc/rdsv3/
H A DMakefile137 $(UTSBASE)/common/sys/ib/clients/rdsv3/rdma.h \
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h35 #include <sys/ib/clients/of/rdma/ib_verbs.h>
36 #include <sys/ib/clients/of/rdma/ib_addr.h>
37 #include <sys/ib/clients/of/rdma/rdma_cm.h>
629 /* rdma.c */
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c532 immed_data = wr->wr.rc.rcwr.rdma.rdma_immed;
547 HERMON_WQE_BUILD_REMADDR(qp, rc, &wr->wr.rc.rcwr.rdma);
551 rkey = wr->wr.rc.rcwr.rdma.rdma_rkey;
552 raddr = wr->wr.rc.rcwr.rdma.rdma_raddr;
673 IBTF_DPRINTF_L2("rdma", "post: [%d]: laddr %llx "
692 IBTF_DPRINTF_L2("rdma", "post: indx %x rkey %x raddr %llx "
1466 HERMON_WQE_BUILD_REMADDR(qp, rc, &wr->wr.rc.rcwr.rdma);
1580 HERMON_WQE_BUILD_REMADDR(qp, uc, &wr->wr.uc.ucwr.rdma);
2039 return (wr->wr.rc.rcwr.rdma.rdma_immed);
2041 return (wr->wr.uc.ucwr.rdma
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c438 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_raddr = (ib_vaddr_t)cmp.cmp_ack_addr;
439 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_rkey = cmp.cmp_ack_rkey;
491 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_raddr = (ib_vaddr_t)cmp.cmp_ack_addr;
492 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_rkey = cmp.cmp_ack_rkey;
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h41 #include <sys/ib/clients/of/rdma/ib_user_verbs.h>
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_cma.h36 #include <sys/ib/clients/of/rdma/rdma_cm.h>
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1456 ibt_wr_rdma_t rdma; /* IBT_WRC_RDMAR */ member in union:ibt_wr_rd_s::__anon7966
1477 ibt_wr_rdma_t rdma; /* IBT_WRC_RDMAW */ member in union:ibt_wr_uc_s::__anon7967
1491 ibt_wr_rdma_t rdma; /* IBT_WRC_RDMAR */ member in union:ibt_wr_rc_s::__anon7968
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c61 #include <sys/ib/clients/of/rdma/ib_addr.h>
62 #include <sys/ib/clients/of/rdma/rdma_user_cm.h>
65 #include <sys/ib/clients/of/rdma/rdma_cm.h>
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c1081 TAVOR_WQE_BUILD_REMADDR(qp, rc, &wr->wr.rc.rcwr.rdma);
1204 TAVOR_WQE_BUILD_REMADDR(qp, uc, &wr->wr.uc.ucwr.rdma);
2048 return (wr->wr.rc.rcwr.rdma.rdma_immed);
2050 return (wr->wr.uc.ucwr.rdma.rdma_immed);
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c631 wr.wr.rc.rcwr.rdma.rdma_raddr = desc->dd_vaddr + desc_offset;
632 wr.wr.rc.rcwr.rdma.rdma_rkey = desc->dd_hdl;

Completed in 134 milliseconds

12