Searched refs:hlc_wr (Results 1 – 2 of 2) sorted by relevance
3076 bzero(&tx->hlc_wr, sizeof (ibt_send_wr_t)); in hermon_loopback_post_send()3084 tx->hlc_wr.wr_id = tx->hlc_wrid++; in hermon_loopback_post_send()3085 tx->hlc_wr.wr_flags = IBT_WR_SEND_SIGNAL; in hermon_loopback_post_send()3086 tx->hlc_wr.wr_nds = 1; in hermon_loopback_post_send()3087 tx->hlc_wr.wr_sgl = &tx->hlc_sgl; in hermon_loopback_post_send()3088 tx->hlc_wr.wr_opcode = IBT_WRC_RDMAW; in hermon_loopback_post_send()3089 tx->hlc_wr.wr_trans = IBT_RC_SRV; in hermon_loopback_post_send()3092 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()3095 ret = hermon_post_send(lstate->hls_state, tx->hlc_qp_hdl, &tx->hlc_wr, in hermon_loopback_post_send()
540 ibt_send_wr_t hlc_wr; member