Searched refs:PCIE_SLOT_REG (Results 1 – 3 of 3) sorted by relevance
636 pf_pcie_slot_regs_t *pcie_slot_regs = PCIE_SLOT_REG(pfd_p); in pf_pcie_regs_gather()1996 p_pcie_slot_regs = PCIE_SLOT_REG(rppfd); in pf_analyse_to()3060 if (PCIE_SLOT_REG(pfd_p)->pcie_slot_regs_valid) { in pf_send_ereport()3063 PCIE_SLOT_REG(pfd_p)->pcie_slot_cap, in pf_send_ereport()3065 PCIE_SLOT_REG(pfd_p)->pcie_slot_control, in pf_send_ereport()3067 PCIE_SLOT_REG(pfd_p)->pcie_slot_status, in pf_send_ereport()
1270 PCIE_SLOT_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_slot_regs_t); in pcie_init_pfd()1271 PCIE_SLOT_REG(pfd_p)->pcie_slot_regs_valid = B_FALSE; in pcie_init_pfd()1272 PCIE_SLOT_REG(pfd_p)->pcie_slot_cap = 0; in pcie_init_pfd()1273 PCIE_SLOT_REG(pfd_p)->pcie_slot_control = 0; in pcie_init_pfd()1274 PCIE_SLOT_REG(pfd_p)->pcie_slot_status = 0; in pcie_init_pfd()
170 #define PCIE_SLOT_REG(pfd_p) pfd_p->pe_pcie_slot_regs macro