Home
last modified time | relevance | path

Searched refs:ei_hca_attrs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c101 ss->ei_hca_attrs = kmem_zalloc(sizeof (ibt_hca_attr_t), KM_SLEEP); in eib_ibt_hca_init()
104 ret = ibt_query_hca(ss->ei_hca_hdl, ss->ei_hca_attrs); in eib_ibt_hca_init()
158 eib_ibt_record_capab(ss, ss->ei_hca_attrs, ss->ei_caps); in eib_ibt_hca_init()
693 kmem_free(ss->ei_hca_attrs, sizeof (ibt_hca_attr_t)); in eib_rb_ibt_hca_init()
694 ss->ei_hca_attrs = NULL; in eib_rb_ibt_hca_init()
H A Deib_adm.c185 if (ss->ei_hca_attrs->hca_max_cq_sz < EIB_ADMIN_CQ_SIZE) in eib_adm_setup_cq()
186 cq_attr.cq_size = ss->ei_hca_attrs->hca_max_cq_sz; in eib_adm_setup_cq()
H A Deib_ctl.c163 if (ss->ei_hca_attrs->hca_max_cq_sz < EIB_CTL_CQ_SIZE) in eib_ctl_setup_cq()
164 cq_attr.cq_size = ss->ei_hca_attrs->hca_max_cq_sz; in eib_ctl_setup_cq()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h736 ibt_hca_attr_t *ei_hca_attrs; member