Symbol: ibt_post_send
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1391
status = ibt_post_send(ch->ch_chan_hdl, &wr, 1, &posted);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
673
status = ibt_post_send(iu->iu_ch->ch_chan_hdl, &wr, 1, NULL);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
416
ret = ibt_post_send(chan->ch_chan, wrs, n_wrs, &n_posted);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
423
ret = ibt_post_send(chan->ch_chan, &wrs[i],
usr/src/uts/common/io/ib/clients/eoib/eib_fip.c
774
ret = ibt_post_send(chan->ch_chan, &(swqe->qe_wr.send), 1, NULL);
usr/src/uts/common/io/ib/clients/eoib/eib_fip.c
836
ret = ibt_post_send(chan->ch_chan, &(swqe->qe_wr.send), 1, NULL);
usr/src/uts/common/io/ib/clients/eoib/enx_fip.c
347
ret = ibt_post_send(info->ti_chan, &(swqe->qe_wr.send), 1, NULL);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6690
ibt_status = ibt_post_send(state->id_chnl_hdl,
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6736
ibt_status = ibt_post_send(state->id_chnl_hdl,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2044
ibt_status = ibt_post_send(chan->chan_hdl,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2090
ibt_status = ibt_post_send(chan->chan_hdl,
usr/src/uts/common/io/ib/clients/iser/iser_xfer.c
108
status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
usr/src/uts/common/io/ib/clients/iser/iser_xfer.c
193
status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
usr/src/uts/common/io/ib/clients/iser/iser_xfer.c
383
status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
usr/src/uts/common/io/ib/clients/iser/iser_xfer.c
485
status = ibt_post_send(iser_chan->ic_chanhdl, &wr, 1, NULL);
usr/src/uts/common/io/ib/clients/iser/iser_xfer.c
587
status = ibt_post_send(iser_chan->ic_chanhdl, &wr, 1, NULL);
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
1479
ret = ibt_post_send(ep->ep_chanhdl, &wr, 1, NULL);
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
1656
ret = ibt_post_send(ep->ep_chanhdl, wrp, npkts, &ix);
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
1677
ret = ibt_post_send(ep->ep_chanhdl, &wr, 1, NULL);
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
1838
ret = ibt_post_send(ep->ep_chanhdl, wrp, jx, &ix);
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
2309
ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
604
ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix);
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
476
ret = ibt_post_send(RDSV3_QP2CHANHDL(ic->i_cm_id->qp), &ic->i_ack_wr, 1,
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
1097
status = ibt_post_send(ib_get_ibt_channel_hdl(ic->i_cm_id),
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
846
ret = ibt_post_send(ib_get_ibt_channel_hdl(ic->i_cm_id),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
1663
ibtstatus = ibt_post_send(ibt_qp_handle, &send_wqep->send_wr,
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_send.c
92
status = ibt_post_send(send_wqep->send_qp_handle, &send_wqep->send_wr,
usr/src/uts/common/rpc/rpcib.c
2364
ibt_status = ibt_post_send(qp->qp_hdl, &tx_wr, 1, NULL);
usr/src/uts/common/rpc/rpcib.c
2802
ibt_post_send(qp->qp_hdl, &tx_wr, 1, NULL);
usr/src/uts/common/rpc/rpcib.c
2891
ibt_status = ibt_post_send(qp->qp_hdl, &rx_wr, 1, NULL);
usr/src/uts/common/sys/ib/ibtl/ibti_common.h
1316
ibt_status_t ibt_post_send(ibt_channel_hdl_t chan, ibt_send_wr_t *wr_list,