Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_dto.c309 ibt_send_wr_t ps_wr; in dapls_ib_post_send() local
358 ps_wr.wr_id = (ibt_wrid_t)(uintptr_t)cookie; in dapls_ib_post_send()
360 ps_wr.wr_flags = (DAT_COMPLETION_BARRIER_FENCE_FLAG & in dapls_ib_post_send()
363 ps_wr.wr_flags |= (DAT_COMPLETION_SUPPRESS_FLAG & in dapls_ib_post_send()
368 ps_wr.wr_flags |= (DAT_COMPLETION_SOLICITED_WAIT_FLAG & in dapls_ib_post_send()
372 ps_wr.wr_opcode = (ibt_wrc_opcode_t)op_type; in dapls_ib_post_send()
373 ps_wr.wr_nds = (uint32_t)num_segments; in dapls_ib_post_send()
375 ps_wr.wr_sgl = &ps_sgl[0]; in dapls_ib_post_send()
403 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()
[all …]