Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.c2598 amdzen_topo_ccd_t ccd, *ccdp; in amdzen_topo_ioctl_ccd() local
2666 ccdp = kmem_zalloc(sizeof (amdzen_topo_ccd_t), KM_NOSLEEP_LAZY); in amdzen_topo_ioctl_ccd()
2667 if (ccdp == NULL) { in amdzen_topo_ioctl_ccd()
2672 ccdp->atccd_dfno = ccd.atccd_dfno; in amdzen_topo_ioctl_ccd()
2673 ccdp->atccd_instid = ccd.atccd_instid; in amdzen_topo_ioctl_ccd()
2674 ccdp->atccd_phys_no = ccd.atccd_phys_no; in amdzen_topo_ioctl_ccd()
2675 amdzen_ccd_fill_topo(azn, df, ent, ccdp); in amdzen_topo_ioctl_ccd()
2676 ccm->acd_ccd_data[ccdno] = ccdp; in amdzen_topo_ioctl_ccd()