Searched refs:ei_hca_attrs (Results 1 – 4 of 4) sorted by relevance
101 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()
185 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()
163 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()
732 ibt_hca_attr_t *ei_hca_attrs; member