/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cq.c | 82 * ibt_alloc_cq() - Allocate a completion queue 85 ibt_alloc_cq(ibt_hca_hdl_t hca_hdl, ibt_cq_attr_t *cq_attr, function 91 IBTF_DPRINTF_L3(ibtf_cq, "ibt_alloc_cq(%p, %p)", 114 IBTF_DPRINTF_L2(ibtf_cq, "ibt_alloc_cq: "
|
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_adm.c | 190 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &sz); 193 "ibt_alloc_cq(cq_sz=0x%lx) failed, ret=%d",
|
H A D | eib_ctl.c | 168 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &sz); 171 "ibt_alloc_cq(cq_sz=0x%lx) failed, ret=%d",
|
H A D | eib_data.c | 606 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &snd_sz); 609 "ibt_alloc_cq(snd_cq_sz=0x%lx) failed, ret=%d", 629 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_rcv_cq_hdl, 633 "ibt_alloc_cq(rcv_cq_sz=0x%lx) failed, ret=%d",
|
H A D | enx_ibt.c | 332 ret = ibt_alloc_cq(info->ti_hca, &cq_attr, &info->ti_cq_hdl, &sz); 334 ENX_DPRINTF_ERR("ibt_alloc_cq(hca_hdl=0x%llx, cq_sz=0x%lx) "
|
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ch.c | 98 status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_scq_hdl, 110 status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_rcq_hdl,
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 1288 ret = ibt_alloc_cq(hcap->hca_hdl, &scqattr, 1291 RDS_DPRINTF2(LABEL, "ibt_alloc_cq for sendCQ " 1316 ret = ibt_alloc_cq(hcap->hca_hdl, &rcqattr, 1319 RDS_DPRINTF2(LABEL, "ibt_alloc_cq for recvCQ " 1746 ret = ibt_alloc_cq(hcap->hca_hdl, &cqattr, &cq_hdl, NULL); 1749 "ibt_alloc_cq failed: %d", ret);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_comp.c | 286 rc = ibt_alloc_cq(uctxt->hca->hdl, &cq_attr, &ucq->cq, &real_size); 290 "create_cq: ibt_alloc_cq() (rc=%d)", rc);
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1078 * ibt_alloc_cq() 1081 ibt_status_t ibt_alloc_cq(ibt_hca_hdl_t hca_hdl, ibt_cq_attr_t *cq_attr,
|
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_ib.c | 1561 status = ibt_alloc_cq(hca_hdl, &cq_attr, cq_hdl, NULL); 1563 ISER_LOG(CE_NOTE, "iser_ib_setup_cq: ibt_alloc_cq failure (%d)",
|
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd_cm.c | 605 result = ibt_alloc_cq(state->id_hca_hdl, &cq_atts, &chan->scq_hdl, 627 result = ibt_alloc_cq(state->id_hca_hdl, &cq_atts, &chan->rcq_hdl,
|
H A D | ibd.c | 5400 if ((ret = ibt_alloc_cq(state->id_hca_hdl, &cq_attr, 5402 DPRINT(10, "ibd_alloc_cqs: ibt_alloc_cq(rcq) " 5429 if ((ret = ibt_alloc_cq(state->id_hca_hdl, &cq_attr, 5431 DPRINT(10, "ibd_alloc_cqs: ibt_alloc_cq(scq) "
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_impl.c | 964 status = ibt_alloc_cq(cip->ci_ci_handle, &cq_attrs, 969 "ibt_alloc_cq failed", tnf_uint, ibt_status, status); 978 status = ibt_alloc_cq(cip->ci_ci_handle, &cq_attrs, 984 "ibt_alloc_cq failed", tnf_uint, ibt_status, status);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 978 rtn = ibt_alloc_cq(device->hca_hdl, &cq_attr, &cq->ibt_cq, &real_size); 999 "ibt_alloc_cq failed w/ 0x%x", device, cqe, cq->ibt_cq, rtn);
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 736 status = ibt_alloc_cq(hca->hca_hdl, &cq_attr, &cq->rib_cq_hdl, 739 cmn_err(CE_WARN, "rib_create_cq: ibt_alloc_cq() failed,"
|
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 2658 DERR("evd_create: ibt_alloc_cq returned %d", status); 8342 DERR("ibt_alloc_cq: resource limit exceeded " 8350 status = ibt_alloc_cq(hca_hdl, cq_attr, ibt_cq_p, real_size);
|