PCIE_SLOT_REG
PCIE_SLOT_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_slot_regs_t);
PCIE_SLOT_REG(pfd_p)->pcie_slot_regs_valid = B_FALSE;
PCIE_SLOT_REG(pfd_p)->pcie_slot_cap = 0;
PCIE_SLOT_REG(pfd_p)->pcie_slot_control = 0;
PCIE_SLOT_REG(pfd_p)->pcie_slot_status = 0;
p_pcie_slot_regs = PCIE_SLOT_REG(rppfd);
if (PCIE_SLOT_REG(pfd_p)->pcie_slot_regs_valid) {
PCIE_SLOT_REG(pfd_p)->pcie_slot_cap,
PCIE_SLOT_REG(pfd_p)->pcie_slot_control,
PCIE_SLOT_REG(pfd_p)->pcie_slot_status,
pf_pcie_slot_regs_t *pcie_slot_regs = PCIE_SLOT_REG(pfd_p);