Searched refs:tlc_wr (Results 1 – 2 of 2) sorted by relevance
2644 bzero(&tx->tlc_wr, sizeof (ibt_send_wr_t)); in tavor_loopback_post_send()2652 tx->tlc_wr.wr_id = tx->tlc_wrid++; in tavor_loopback_post_send()2653 tx->tlc_wr.wr_flags = IBT_WR_SEND_SIGNAL; in tavor_loopback_post_send()2654 tx->tlc_wr.wr_nds = 1; in tavor_loopback_post_send()2655 tx->tlc_wr.wr_sgl = &tx->tlc_sgl; in tavor_loopback_post_send()2656 tx->tlc_wr.wr_opcode = IBT_WRC_RDMAW; in tavor_loopback_post_send()2657 tx->tlc_wr.wr_trans = IBT_RC_SRV; in tavor_loopback_post_send()2660 tx->tlc_wr.wr.rc.rcwr.rdma.rdma_raddr = rx->tlc_mrdesc.md_vaddr; in tavor_loopback_post_send()2661 tx->tlc_wr.wr.rc.rcwr.rdma.rdma_rkey = rx->tlc_mrdesc.md_rkey; in tavor_loopback_post_send()2663 ret = tavor_post_send(lstate->tls_state, tx->tlc_qp_hdl, &tx->tlc_wr, in tavor_loopback_post_send()
478 ibt_send_wr_t tlc_wr; member