Home
last modified time | relevance | path

Searched refs:hd_portinfo_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c854 ASSERT(len == hca_devp->hd_portinfo_len); in ibtl_query_hca_ports()
1046 hca_devp->hd_portinfo_len = len; in ibtl_init_hca_portinfo()
1072 hca_devp->hd_portinfo_len = 0; in ibtl_init_hca_portinfo()
H A Dibtl_impl.c814 kmem_free(hca_devp->hd_portinfop, hca_devp->hd_portinfo_len); in ibc_detach()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h151 uint_t hd_portinfo_len; /* #bytes of portinfo */ member