Symbol: ibt_post_recv
usr/src/uts/common/io/ib/clients/eoib/eib_adm.c
335
ret = ibt_post_recv(chan->ch_chan, &(wqe->qe_wr.recv), 1, NULL);
usr/src/uts/common/io/ib/clients/eoib/eib_chan.c
205
ret = ibt_post_recv(chan->ch_chan, &(rwqe->qe_wr.recv), 1, NULL);
usr/src/uts/common/io/ib/clients/eoib/eib_ctl.c
314
ret = ibt_post_recv(chan->ch_chan, &(wqe->qe_wr.recv), 1, NULL);
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
594
ret = ibt_post_recv(info->ti_chan, &(rwqe->qe_wr.recv), 1,
usr/src/uts/common/io/ib/clients/eoib/enx_q.c
130
ret = ibt_post_recv(info->ti_chan, &(wqe->qe_wr.recv), 1, NULL);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
3942
ibt_status = ibt_post_recv(state->id_chnl_hdl, wrs, i,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1262
if (ibt_post_recv(chan->chan_hdl, &rwqe->w_rwr, 1, NULL) !=
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
870
status = ibt_post_recv(chanhdl, wrlist, npost, &nposted);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
820
ret = ibt_post_recv(chanhdl, wrp, jx, &kx);
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
213
ret = ibt_post_recv(ib_get_ibt_channel_hdl(ic->i_cm_id),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2963
status = ibt_post_recv(recv_wqep->recv_qp_handle, &recv_wqep->recv_wr,
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
1192
status = ibt_post_recv(recv_wqep->recv_qp_handle, &recv_wqep->recv_wr,
usr/src/uts/common/rpc/rpcib.c
2530
ibt_status = ibt_post_recv(qp->qp_hdl, &recv_wr, 1, NULL);
usr/src/uts/common/rpc/rpcib.c
2598
ibt_status = ibt_post_recv(qp->qp_hdl, &recv_wr, 1, NULL);
usr/src/uts/common/sys/ib/ibtl/ibti_common.h
1319
ibt_status_t ibt_post_recv(ibt_channel_hdl_t chan, ibt_recv_wr_t *wr_list,