Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie_pwr.c524 pcie_pm_t *pcie_pm_p; in pcie_add_comps() local
543 if ((pcie_pm_p = PCIE_PMINFO(cdip)) == NULL) { in pcie_add_comps()
544 pcie_pm_p = (pcie_pm_t *)kmem_zalloc( in pcie_add_comps()
546 PCIE_SET_PMINFO(cdip, pcie_pm_p); in pcie_add_comps()
550 pcie_pm_p->pcie_par_pminfo = cpwr_p; in pcie_add_comps()
603 pcie_pm_t *pcie_pm_p; in pwr_common_setup() local
608 if ((pcie_pm_p = PCIE_PMINFO(dip)) == NULL) { in pwr_common_setup()
609 pcie_pm_p = (pcie_pm_t *)kmem_zalloc( in pwr_common_setup()
611 PCIE_SET_PMINFO(dip, pcie_pm_p); in pwr_common_setup()
623 pcie_pm_p->pcie_pwr_p = pwr_p; in pwr_common_setup()
[all …]