Home
last modified time | relevance | path

Searched refs:rcwr (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c516 immed_data = wr->wr.rc.rcwr.send_inval; in hermon_post_send_rc()
519 immed_data = wr->wr.rc.rcwr.send_immed; in hermon_post_send_rc()
532 immed_data = wr->wr.rc.rcwr.rdma.rdma_immed; in hermon_post_send_rc()
551 rkey = wr->wr.rc.rcwr.rdma.rdma_rkey; in hermon_post_send_rc()
552 raddr = wr->wr.rc.rcwr.rdma.rdma_raddr; in hermon_post_send_rc()
2039 return (wr->wr.rc.rcwr.rdma.rdma_immed); in hermon_wr_get_immediate()
2048 return (wr->wr.rc.rcwr.send_immed); in hermon_wr_get_immediate()
2163 len = wr->wr.rc.rcwr.bind->bind_len; in hermon_wr_bind_check()
2165 vaddr = wr->wr.rc.rcwr.bind->bind_va; in hermon_wr_bind_check()
2187 bind_flags = wr->wr.rc.rcwr.bind->bind_flags; in hermon_wr_bind_check()
[all …]
H A Dhermon_ioctl.c3092 tx->hlc_wr.wr.rc.rcwr.rdma.rdma_raddr = rx->hlc_mrdesc.md_vaddr; in hermon_loopback_post_send()
3093 tx->hlc_wr.wr.rc.rcwr.rdma.rdma_rkey = rx->hlc_mrdesc.md_rkey; in hermon_loopback_post_send()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_dto.c403 ps_wr.wr.rc.rcwr.rdma.rdma_raddr = in dapls_ib_post_send()
405 ps_wr.wr.rc.rcwr.rdma.rdma_rkey = in dapls_ib_post_send()
512 ps_wr.wr.rc.rcwr.rdma.rdma_raddr = in dapls_ib_post_send_one()
514 ps_wr.wr.rc.rcwr.rdma.rdma_rkey = in dapls_ib_post_send_one()
H A Ddapl_arbel_hw.c248 TAVOR_WQE_BUILD_REMADDR(rc, &wr->wr.rc.rcwr.rdma); in dapli_arbel_wqe_send_build()
265 old_rkey = wr->wr.rc.rcwr.bind->bind_rkey; in dapli_arbel_wqe_send_build()
270 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in dapli_arbel_wqe_send_build()
280 TAVOR_WQE_BUILD_BIND(bn, wr->wr.rc.rcwr.bind); in dapli_arbel_wqe_send_build()
H A Ddapl_tavor_hw.c347 TAVOR_WQE_BUILD_REMADDR(rc, &wr->wr.rc.rcwr.rdma); in dapli_tavor_wqe_send_build()
360 old_rkey = wr->wr.rc.rcwr.bind->bind_rkey; in dapli_tavor_wqe_send_build()
367 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in dapli_tavor_wqe_send_build()
377 TAVOR_WQE_BUILD_BIND(bn, wr->wr.rc.rcwr.bind); in dapli_tavor_wqe_send_build()
H A Ddapl_hermon_hw.c242 TAVOR_WQE_BUILD_REMADDR(rc, &wr->wr.rc.rcwr.rdma); in dapli_hermon_wqe_send_build()
259 old_rkey = wr->wr.rc.rcwr.bind->bind_rkey; in dapli_hermon_wqe_send_build()
264 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in dapli_hermon_wqe_send_build()
274 TAVOR_WQE_BUILD_BIND(bn, wr->wr.rc.rcwr.bind); in dapli_hermon_wqe_send_build()
H A Ddapl_tavor_ibtf_util.c1175 wre.wr.rc.rcwr.bind = &wrbind; in dapls_ib_mw_bind()
/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/uts/common/io/ib/clients/iser/
H A Diser_xfer.c441 wr.wr.rc.rcwr.rdma.rdma_raddr = reg_raddr + buf->idb_bufoffset; in iser_xfer_buf_to_ini()
442 wr.wr.rc.rcwr.rdma.rdma_rkey = reg_rkey; in iser_xfer_buf_to_ini()
543 wr.wr.rc.rcwr.rdma.rdma_raddr = reg_raddr + buf->idb_bufoffset; in iser_xfer_buf_from_ini()
544 wr.wr.rc.rcwr.rdma.rdma_rkey = reg_rkey; in iser_xfer_buf_from_ini()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c1015 TAVOR_WQE_BUILD_REMADDR(qp, rc, &wr->wr.rc.rcwr.rdma); in tavor_wqe_send_build()
1041 TAVOR_WQE_BUILD_ATOMIC(qp, at, wr->wr.rc.rcwr.atomic); in tavor_wqe_send_build()
1077 TAVOR_WQE_BUILD_BIND(qp, bn, wr->wr.rc.rcwr.bind); in tavor_wqe_send_build()
1933 return (wr->wr.rc.rcwr.rdma.rdma_immed); in tavor_wr_get_immediate()
1942 return (wr->wr.rc.rcwr.send_immed); in tavor_wr_get_immediate()
2106 if (mw->mr_rkey != wr->wr.rc.rcwr.bind->bind_rkey) { in tavor_wr_bind_check()
2113 if (mr->mr_lkey != wr->wr.rc.rcwr.bind->bind_lkey) { in tavor_wr_bind_check()
2123 len = wr->wr.rc.rcwr.bind->bind_len; in tavor_wr_bind_check()
2125 vaddr = wr->wr.rc.rcwr.bind->bind_va; in tavor_wr_bind_check()
2147 bind_flags = wr->wr.rc.rcwr.bind->bind_flags; in tavor_wr_bind_check()
[all …]
H A Dtavor_ioctl.c2341 tx->tlc_wr.wr.rc.rcwr.rdma.rdma_raddr = rx->tlc_mrdesc.md_vaddr; in tavor_loopback_post_send()
2342 tx->tlc_wr.wr.rc.rcwr.rdma.rdma_rkey = rx->tlc_mrdesc.md_rkey; in tavor_loopback_post_send()
/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; in rds_handle_cm_req()
439 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_rkey = cmp.cmp_ack_rkey; in rds_handle_cm_req()
491 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_raddr = (ib_vaddr_t)cmp.cmp_ack_addr; in rds_handle_cm_rep()
492 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_rkey = cmp.cmp_ack_rkey; in rds_handle_cm_rep()
H A Drdsib_ep.c414 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_raddr = 0; in rds_ep_init()
415 ep->ep_ackwr.wr.rc.rcwr.rdma.rdma_rkey = 0; in rds_ep_init()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c1055 wr->wr.rc.rcwr.rdma.rdma_raddr = remote_addr; in rdsv3_ib_xmit_rdma()
1056 wr->wr.rc.rcwr.rdma.rdma_rkey = op->r_key; in rdsv3_ib_xmit_rdma()
1079 k, wr, wr->wr.rc.rcwr.rdma.rdma_rkey, in rdsv3_ib_xmit_rdma()
/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; in srpt_stp_xfer_data()
632 wr.wr.rc.rcwr.rdma.rdma_rkey = desc->dd_hdl; in srpt_stp_xfer_data()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h2421 (wr)->wr.rc.rcwr.atomic->atom_raddr); \
2423 (uint64_t)(wr)->wr.rc.rcwr.atomic->atom_rkey << 32); \
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1498 } rcwr; member
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c2767 tx_wr.wr.rc.rcwr.rdma.rdma_raddr = cl->u.c_daddr; in rib_write()
2768 tx_wr.wr.rc.rcwr.rdma.rdma_rkey = in rib_write()
2860 rx_wr.wr.rc.rcwr.rdma.rdma_raddr = cl->w.c_saddr; in rib_read()
2861 rx_wr.wr.rc.rcwr.rdma.rdma_rkey = cl->c_smemhandle.mrc_rmr; in rib_read()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h4799 tmp[0] = htonll((wr)->wr.rc.rcwr.atomic->atom_raddr); \
4800 tmp[1] = htonll((uint64_t)(wr)->wr.rc.rcwr.atomic->atom_rkey << 32); \