Searched refs:ibt_post_send (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_wr.c43 * ibt_post_send
56 ibt_post_send(ibt_channel_hdl_t chan, ibt_send_wr_t *wr_list, uint_t size, function
59 IBTF_DPRINTF_L4(ibtf_wr, "ibt_post_send(%p, %p, %d)",
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c100 * SQ posted count prior to calling ibt_post_send
108 status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
110 ISER_LOG(CE_NOTE, "iser_xfer_hello_msg: ibt_post_send "
193 status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
195 ISER_LOG(CE_NOTE, "iser_xfer_helloreply_msg: ibt_post_send "
383 status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
385 ISER_LOG(CE_NOTE, "iser_xfer_ctrlpdu: ibt_post_send "
485 status = ibt_post_send(iser_chan->ic_chanhdl, &wr, 1, NULL);
487 ISER_LOG(CE_NOTE, "iser_xfer_buf_to_ini: ibt_post_send "
587 status = ibt_post_send(iser_cha
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c347 ret = ibt_post_send(info->ti_chan, &(swqe->qe_wr.send), 1, NULL);
350 ENX_DPRINTF_ERR("ibt_post_send() failed for solicit, "
H A Deib_data.c416 ret = ibt_post_send(chan->ch_chan, wrs, n_wrs, &n_posted);
419 "ibt_post_send(n_wrs=0x%lx, n_posted=0x%lx) "
423 ret = ibt_post_send(chan->ch_chan, &wrs[i],
431 "ibt_post_send(n_wrs=1) failed, "
H A Deib_fip.c774 ret = ibt_post_send(chan->ch_chan, &(swqe->qe_wr.send), 1, NULL);
779 "ibt_post_send() failed for vnic id 0x%x, ret=%d",
836 ret = ibt_post_send(chan->ch_chan, &(swqe->qe_wr.send), 1, NULL);
841 "ibt_post_send() failed for vnic id 0x%x, ret=%d",
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c846 ret = ibt_post_send(ib_get_ibt_channel_hdl(ic->i_cm_id),
862 RDSV3_DPRINTF2("rdsv3_ib_xmit", "ibt_post_send failed\n");
1097 status = ibt_post_send(ib_get_ibt_channel_hdl(ic->i_cm_id),
H A Dib_recv.c475 ret = ibt_post_send(RDSV3_QP2CHANHDL(ic->i_cm_id->qp), &ic->i_ack_wr, 1,
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c1479 ret = ibt_post_send(ep->ep_chanhdl, &wr, 1, NULL);
1481 RDS_DPRINTF2(LABEL, "EP(%p): ibt_post_send failed: "
1656 ret = ibt_post_send(ep->ep_chanhdl, wrp, npkts, &ix);
1658 RDS_DPRINTF2(LABEL, "EP(%p): ibt_post_send failed: "
1677 ret = ibt_post_send(ep->ep_chanhdl, &wr, 1, NULL);
1679 RDS_DPRINTF2(LABEL, "EP(%p): ibt_post_send failed: "
1838 ret = ibt_post_send(ep->ep_chanhdl, wrp, jx, &ix);
1840 RDS_DPRINTF2(LABEL, "EP(%p): ibt_post_send "
2309 ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix);
2311 RDS_DPRINTF2(LABEL, "EP(%p): ibt_post_send fo
[all...]
H A Drdsib_ib.c604 ret = ibt_post_send(ep->ep_chanhdl, &ep->ep_ackwr, 1, &ix);
607 "EP(%p): ibt_post_send for acknowledgement "
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_send.c91 * NOTE: ibt_post_send() will not block, so, it is ok
94 status = ibt_post_send(send_wqep->send_qp_handle, &send_wqep->send_wr,
H A Dibmf_recv.c1663 ibtstatus = ibt_post_send(ibt_qp_handle, &send_wqep->send_wr,
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c1391 status = ibt_post_send(ch->ch_chan_hdl, &wr, 1, &posted);
H A Dsrpt_stp.c673 status = ibt_post_send(iu->iu_ch->ch_chan_hdl, &wr, 1, NULL);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1309 * ibt_post_send()
1316 ibt_status_t ibt_post_send(ibt_channel_hdl_t chan, ibt_send_wr_t *wr_list,
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c2364 ibt_status = ibt_post_send(qp->qp_hdl, &tx_wr, 1, NULL);
2802 ibt_post_send(qp->qp_hdl, &tx_wr, 1, NULL);
2891 ibt_status = ibt_post_send(qp->qp_hdl, &rx_wr, 1, NULL);
4322 * It has an RC channel associated with it. ibt_post_send/recv are allowed
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2045 ibt_status = ibt_post_send(chan->chan_hdl,
2091 ibt_status = ibt_post_send(chan->chan_hdl,
H A Dibd.c6690 ibt_status = ibt_post_send(state->id_chnl_hdl,
6736 ibt_status = ibt_post_send(state->id_chnl_hdl,

Completed in 121 milliseconds