Searched refs:num_ldcs (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h403 int num_ldcs; /* # of ldcs in the port */ member in struct:vsw_port
H A Dvnet_gen.h390 int num_ldcs; /* # of channels in this port */ member in struct:vgen_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...]
H A Dvsw_ldc.c332 int nids = port->num_ldcs;
543 if (port->num_ldcs != 0) {
544 kmem_free(port->ldc_ids, port->num_ldcs * sizeof (uint64_t));
545 port->num_ldcs = 0;
4853 port->p_instance, port->num_ldcs);
H A Dvsw.c2542 portp->num_ldcs = nchan;

Completed in 89 milliseconds