Home
last modified time | relevance | path

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

/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.c408 ep->ep_ackwr.wr_id = RDS_RDMAW_WRID; in rds_ep_init()
409 ep->ep_ackwr.wr_flags = IBT_WR_SEND_SOLICIT; in rds_ep_init()
410 ep->ep_ackwr.wr_trans = IBT_RC_SRV; in rds_ep_init()
411 ep->ep_ackwr.wr_opcode = IBT_WRC_RDMAW; in rds_ep_init()
412 ep->ep_ackwr.wr_nds = 1; in rds_ep_init()
413 ep->ep_ackwr.wr_sgl = &ep->ep_ackds; in rds_ep_init()
414 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()
2309 ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix); in rds_received_msg()
H A Drdsib_ib.c604 ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix); in rds_send_acknowledgement()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h262 ibt_send_wr_t ep_ackwr; member