Searched refs:ibt_post_recv (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_wr.c68 * ibt_post_recv
81 ibt_post_recv(ibt_channel_hdl_t chan, ibt_recv_wr_t *wr_list, uint_t size, function
84 IBTF_DPRINTF_L4(ibtf_wr, "ibt_post_recv(%p, %p, %d)",
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c205 ret = ibt_post_recv(chan->ch_chan, &(rwqe->qe_wr.recv), 1, NULL);
208 "ibt_post_recv() failed, ret=%d", ret);
H A Deib_adm.c335 ret = ibt_post_recv(chan->ch_chan, &(wqe->qe_wr.recv), 1, NULL);
338 "ibt_post_recv() failed, ret=%d", ret);
H A Deib_ctl.c314 ret = ibt_post_recv(chan->ch_chan, &(wqe->qe_wr.recv), 1, NULL);
317 "ibt_post_recv() failed, ret=%d", ret);
H A Denx_q.c130 ret = ibt_post_recv(info->ti_chan, &(wqe->qe_wr.recv), 1, NULL);
132 ENX_DPRINTF_WARN("ibt_post_recv(chan_hdl=0x%llx) failed, "
H A Denx_ibt.c594 ret = ibt_post_recv(info->ti_chan, &(rwqe->qe_wr.recv), 1,
600 ENX_DPRINTF_ERR("ibt_post_recv(chan_hdl=0x%llx) "
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c212 ret = ibt_post_recv(ib_get_ibt_channel_hdl(ic->i_cm_id),
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1312 * ibt_post_recv()
1319 ibt_status_t ibt_post_recv(ibt_channel_hdl_t chan, ibt_recv_wr_t *wr_list,
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c870 status = ibt_post_recv(chanhdl, wrlist, npost, &nposted);
872 ISER_LOG(CE_NOTE, "iser_ib_post_recv: ibt_post_recv "
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1192 status = ibt_post_recv(recv_wqep->recv_qp_handle, &recv_wqep->recv_wr,
H A Dibmf_impl.c2963 status = ibt_post_recv(recv_wqep->recv_qp_handle, &recv_wqep->recv_wr,
2974 tnf_string, msg, "ibt_post_recv failed",
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c820 ret = ibt_post_recv(chanhdl, wrp, jx, &kx);
822 RDS_DPRINTF2(LABEL, "ibt_post_recv for %d WRs failed: "
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c2530 ibt_status = ibt_post_recv(qp->qp_hdl, &recv_wr, 1, NULL);
2598 ibt_status = ibt_post_recv(qp->qp_hdl, &recv_wr, 1, NULL);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c699 * for each ibt_post_recv().
1262 if (ibt_post_recv(chan->chan_hdl, &rwqe->w_rwr, 1, NULL) !=
1265 DPRINT(40, "ibd_rc_post_rwqe : failed in ibt_post_recv()");
H A Dibd.c3942 ibt_status = ibt_post_recv(state->id_chnl_hdl, wrs, i,
4010 /* only call ibt_post_recv() every Nth time through here */

Completed in 126 milliseconds