Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c577 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_gather()
581 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_gather()
766 PCIX_CAP_PUT(16, bus_p, PCI_PCIX_SEC_STATUS, in pf_pcix_regs_clear()
769 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_STATUS, in pf_pcix_regs_clear()
782 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_clear()
787 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_clear()
793 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_STATUS, in pf_pcix_regs_clear()
799 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_ECC_STATUS, in pf_pcix_regs_clear()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h132 #define PCIX_CAP_PUT(sz, bus_p, off, val) \ macro