Searched refs:info_hcas (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c575 info->info_hcas = NULL;
590 info->info_hcas = kmem_zalloc(sizeof (umad_hca_info_t) * hca_count,
594 hca = &info->info_hcas[i];
611 hca = &info->info_hcas[i];
616 kmem_free(info->info_hcas,
618 info->info_hcas = NULL;
663 umad_hca_info_t *hca = &info->info_hcas[i];
707 if (info->info_hcas) {
708 kmem_free(info->info_hcas,
711 info->info_hcas
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h111 umad_hca_info_t *info_hcas; /* hca list */ member in struct:umad_info_s

Completed in 60 milliseconds