/titanic_50/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cq.c | 85 ibt_alloc_cq(ibt_hca_hdl_t hca_hdl, ibt_cq_attr_t *cq_attr, in ibt_alloc_cq() function
|
/titanic_50/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); in eib_adm_setup_cq()
|
H A D | eib_ctl.c | 168 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &sz); in eib_ctl_setup_cq()
|
H A D | eib_data.c | 606 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &snd_sz); in eib_data_setup_cqs() 629 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_rcv_cq_hdl, in eib_data_setup_cqs()
|
H A D | enx_ibt.c | 332 ret = ibt_alloc_cq(info->ti_hca, &cq_attr, &info->ti_cq_hdl, &sz); in eibnx_setup_cq()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 1288 ret = ibt_alloc_cq(hcap->hca_hdl, &scqattr, in rds_ep_alloc_rc_channel() 1316 ret = ibt_alloc_cq(hcap->hca_hdl, &rcqattr, in rds_ep_alloc_rc_channel() 1746 ret = ibt_alloc_cq(hcap->hca_hdl, &cqattr, &cq_hdl, NULL); in rds_randomize_qps()
|
/titanic_50/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, in srpt_ch_alloc() 110 status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_rcq_hdl, in srpt_ch_alloc()
|
/titanic_50/usr/src/uts/common/io/warlock/ |
H A D | ibtl.wlcmd | 82 root ibt_alloc_cq
|
/titanic_50/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); in sol_uverbs_create_cq()
|
/titanic_50/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1081 ibt_status_t ibt_alloc_cq(ibt_hca_hdl_t hca_hdl, ibt_cq_attr_t *cq_attr,
|
/titanic_50/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); in iser_ib_setup_cq()
|
/titanic_50/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, in ibd_rc_alloc_chan() 627 result = ibt_alloc_cq(state->id_hca_hdl, &cq_atts, &chan->rcq_hdl, in ibd_rc_alloc_chan()
|
H A D | ibd.c | 5400 if ((ret = ibt_alloc_cq(state->id_hca_hdl, &cq_attr, in ibd_alloc_cqs() 5429 if ((ret = ibt_alloc_cq(state->id_hca_hdl, &cq_attr, in ibd_alloc_cqs()
|
/titanic_50/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, in ibmf_i_init_cqs() 978 status = ibt_alloc_cq(cip->ci_ci_handle, &cq_attrs, in ibmf_i_init_cqs()
|
/titanic_50/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); in ib_create_cq()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 736 status = ibt_alloc_cq(hca->hca_hdl, &cq_attr, &cq->rib_cq_hdl, in rib_create_cq()
|
/titanic_50/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 8350 status = ibt_alloc_cq(hca_hdl, cq_attr, ibt_cq_p, real_size); in daplka_ibt_alloc_cq()
|