Home
last modified time | relevance | path

Searched refs:ldc_ids (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet_gen.c1186 kmem_free(portp->ldc_ids, portp->num_ldcs * sizeof (uint64_t)); in vgen_port_detach()
2114 uint64_t *ldc_ids; in vgen_port_read_props() local
2162 ldc_ids = kmem_zalloc(num_ldcs * sizeof (uint64_t), KM_NOSLEEP); in vgen_port_read_props()
2163 if (ldc_ids == NULL) { in vgen_port_read_props()
2170 if (md_get_prop_val(mdp, listp[i], id_propname, &ldc_ids[i])) { in vgen_port_read_props()
2174 kmem_free(ldc_ids, num_ldcs * sizeof (uint64_t)); in vgen_port_read_props()
2177 DBG2(vgenp, NULL, "ldc_id 0x%llx", ldc_ids[i]); in vgen_port_read_props()
2185 kmem_free(ldc_ids, num_ldcs * sizeof (uint64_t)); in vgen_port_read_props()
2191 kmem_free(ldc_ids, num_ldcs * sizeof (uint64_t)); in vgen_port_read_props()
2217 portp->ldc_ids = kmem_zalloc(sizeof (uint64_t) * num_ldcs, KM_SLEEP); in vgen_port_read_props()
[all …]
H A Dvsw.c2543 portp->ldc_ids = in vsw_port_read_props()
2545 bcopy(&ldc_id, (portp->ldc_ids), sizeof (uint64_t) * nchan); in vsw_port_read_props()
H A Dvsw_ldc.c359 ldcids = port->ldc_ids; in vsw_port_attach()
544 kmem_free(port->ldc_ids, port->num_ldcs * sizeof (uint64_t)); in vsw_port_delete()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h404 uint64_t *ldc_ids; /* ldc ids */ member
H A Dvnet_gen.h391 uint64_t *ldc_ids; /* channel ids */ member