ibt_post_send
status = ibt_post_send(ch->ch_chan_hdl, &wr, 1, &posted);
status = ibt_post_send(iu->iu_ch->ch_chan_hdl, &wr, 1, NULL);
ret = ibt_post_send(chan->ch_chan, wrs, n_wrs, &n_posted);
ret = ibt_post_send(chan->ch_chan, &wrs[i],
ret = ibt_post_send(chan->ch_chan, &(swqe->qe_wr.send), 1, NULL);
ret = ibt_post_send(chan->ch_chan, &(swqe->qe_wr.send), 1, NULL);
ret = ibt_post_send(info->ti_chan, &(swqe->qe_wr.send), 1, NULL);
ibt_status = ibt_post_send(state->id_chnl_hdl,
ibt_status = ibt_post_send(state->id_chnl_hdl,
ibt_status = ibt_post_send(chan->chan_hdl,
ibt_status = ibt_post_send(chan->chan_hdl,
status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
status = ibt_post_send(iser_chan->ic_chanhdl, &wr, 1, NULL);
status = ibt_post_send(iser_chan->ic_chanhdl, &wr, 1, NULL);
ret = ibt_post_send(ep->ep_chanhdl, &wr, 1, NULL);
ret = ibt_post_send(ep->ep_chanhdl, wrp, npkts, &ix);
ret = ibt_post_send(ep->ep_chanhdl, &wr, 1, NULL);
ret = ibt_post_send(ep->ep_chanhdl, wrp, jx, &ix);
ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix);
ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix);
ret = ibt_post_send(RDSV3_QP2CHANHDL(ic->i_cm_id->qp), &ic->i_ack_wr, 1,
status = ibt_post_send(ib_get_ibt_channel_hdl(ic->i_cm_id),
ret = ibt_post_send(ib_get_ibt_channel_hdl(ic->i_cm_id),
ibtstatus = ibt_post_send(ibt_qp_handle, &send_wqep->send_wr,
status = ibt_post_send(send_wqep->send_qp_handle, &send_wqep->send_wr,
ibt_status = ibt_post_send(qp->qp_hdl, &tx_wr, 1, NULL);
ibt_post_send(qp->qp_hdl, &tx_wr, 1, NULL);
ibt_status = ibt_post_send(qp->qp_hdl, &rx_wr, 1, NULL);
ibt_status_t ibt_post_send(ibt_channel_hdl_t chan, ibt_send_wr_t *wr_list,