Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c636 pf_pcie_slot_regs_t *pcie_slot_regs = PCIE_SLOT_REG(pfd_p); in pf_pcie_regs_gather() local
637 pcie_slot_regs->pcie_slot_cap = PCIE_CAP_GET(32, bus_p, in pf_pcie_regs_gather()
639 pcie_slot_regs->pcie_slot_control = PCIE_CAP_GET(16, bus_p, in pf_pcie_regs_gather()
641 pcie_slot_regs->pcie_slot_status = PCIE_CAP_GET(16, bus_p, in pf_pcie_regs_gather()
644 if (pcie_slot_regs->pcie_slot_cap != PCI_EINVAL32 && in pf_pcie_regs_gather()
645 pcie_slot_regs->pcie_slot_control != PCI_EINVAL16 && in pf_pcie_regs_gather()
646 pcie_slot_regs->pcie_slot_status != PCI_EINVAL16) { in pf_pcie_regs_gather()
647 pcie_slot_regs->pcie_slot_regs_valid = B_TRUE; in pf_pcie_regs_gather()