Searched defs:num_ldcs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h390 int num_ldcs; /* # of channels in this port */ member in struct:vgen_port
H A Dvsw_ldc.h403 int num_ldcs; /* # of ldcs in the port */ member in struct:vsw_port
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c1185 if (portp->num_ldcs != 0) {
1186 kmem_free(portp->ldc_ids, portp->num_ldcs * sizeof (uint64_t));
1187 portp->num_ldcs = 0;
2117 int num_ldcs; local
2147 num_ldcs = md_scan_dag(mdp, mdex,
2151 if (num_ldcs <= 0) {
2157 if (num_ldcs > 1) {
2159 port_num, num_ldcs);
2162 ldc_ids = kmem_zalloc(num_ldcs * sizeof (uint64_t), KM_NOSLEEP);
2168 for (i = 0; i < num_ldcs;
[all...]

Completed in 82 milliseconds