Searched refs:ioc_ibt_hdl (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ioc.c | 247 (void *)ioc->ioc_ibt_hdl); in srpt_ioc_attach_hca() 355 (void *)ioc->ioc_ibt_hdl); in srpt_ioc_detach() 462 status = ibt_open_hca(srpt_ctxt->sc_ibt_hdl, guid, &ioc->ioc_ibt_hdl); in srpt_ioc_init() 468 status = ibt_alloc_pd(ioc->ioc_ibt_hdl, IBT_PD_NO_FLAGS, in srpt_ioc_init() 492 status = ibt_alloc_srq(ioc->ioc_ibt_hdl, IBT_SRQ_NO_FLAGS, in srpt_ioc_init() 528 status = ibt_register_mr(ioc->ioc_ibt_hdl, ioc->ioc_pd_hdl, in srpt_ioc_init() 593 status = ibt_deregister_mr(ioc->ioc_ibt_hdl, in srpt_ioc_init() 624 status = ibt_free_pd(ioc->ioc_ibt_hdl, ioc->ioc_pd_hdl); in srpt_ioc_init() 630 status = ibt_close_hca(ioc->ioc_ibt_hdl); in srpt_ioc_init() 659 if (ioc->ioc_ibt_hdl != NULL) { in srpt_ioc_fini() [all …]
|
H A D | srpt_impl.h | 326 ibt_hca_hdl_t ioc_ibt_hdl; member
|
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() 154 status = ibt_alloc_rc_channel(ioc->ioc_ibt_hdl, IBT_ACHAN_USES_SRQ, in srpt_ch_alloc()
|