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);
104 ret = ibt_query_hca(ss->ei_hca_hdl, ss->ei_hca_attrs);
158 eib_ibt_record_capab(ss, ss->ei_hca_attrs, ss->ei_caps);
693 kmem_free(ss->ei_hca_attrs, sizeof (ibt_hca_attr_t));
694 ss->ei_hca_attrs = NULL;
H A Deib_adm.c185 if (ss->ei_hca_attrs->hca_max_cq_sz < EIB_ADMIN_CQ_SIZE)
186 cq_attr.cq_size = ss->ei_hca_attrs->hca_max_cq_sz;
H A Deib_ctl.c163 if (ss->ei_hca_attrs->hca_max_cq_sz < EIB_CTL_CQ_SIZE)
164 cq_attr.cq_size = ss->ei_hca_attrs->hca_max_cq_sz;
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h732 ibt_hca_attr_t *ei_hca_attrs; member in struct:eib_s

Completed in 50 milliseconds