Symbol: ibt_alloc_cq
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
110
status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_rcq_hdl,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
98
status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_scq_hdl,
usr/src/uts/common/io/ib/clients/daplt/daplt.c
8350
status = ibt_alloc_cq(hca_hdl, cq_attr, ibt_cq_p, real_size);
usr/src/uts/common/io/ib/clients/eoib/eib_adm.c
190
ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &sz);
usr/src/uts/common/io/ib/clients/eoib/eib_ctl.c
168
ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &sz);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
606
ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &snd_sz);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
629
ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_rcv_cq_hdl,
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
332
ret = ibt_alloc_cq(info->ti_hca, &cq_attr, &info->ti_cq_hdl, &sz);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5400
if ((ret = ibt_alloc_cq(state->id_hca_hdl, &cq_attr,
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5429
if ((ret = ibt_alloc_cq(state->id_hca_hdl, &cq_attr,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
605
result = ibt_alloc_cq(state->id_hca_hdl, &cq_atts, &chan->scq_hdl,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
627
result = ibt_alloc_cq(state->id_hca_hdl, &cq_atts, &chan->rcq_hdl,
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
1561
status = ibt_alloc_cq(hca_hdl, &cq_attr, cq_hdl, NULL);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
980
rtn = ibt_alloc_cq(device->hca_hdl, &cq_attr, &cq->ibt_cq, &real_size);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
286
rc = ibt_alloc_cq(uctxt->hca->hdl, &cq_attr, &ucq->cq, &real_size);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1288
ret = ibt_alloc_cq(hcap->hca_hdl, &scqattr,
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1316
ret = ibt_alloc_cq(hcap->hca_hdl, &rcqattr,
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1746
ret = ibt_alloc_cq(hcap->hca_hdl, &cqattr, &cq_hdl, NULL);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
964
status = ibt_alloc_cq(cip->ci_ci_handle, &cq_attrs,
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
978
status = ibt_alloc_cq(cip->ci_ci_handle, &cq_attrs,
usr/src/uts/common/rpc/rpcib.c
736
status = ibt_alloc_cq(hca->hca_hdl, &cq_attr, &cq->rib_cq_hdl,
usr/src/uts/common/sys/ib/ibtl/ibti_common.h
1081
ibt_status_t ibt_alloc_cq(ibt_hca_hdl_t hca_hdl, ibt_cq_attr_t *cq_attr,