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.c629 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_gather()
633 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_gather()
818 PCIX_CAP_PUT(16, bus_p, PCI_PCIX_SEC_STATUS, in pf_pcix_regs_clear()
821 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_STATUS, in pf_pcix_regs_clear()
834 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_clear()
839 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_clear()
845 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_STATUS, in pf_pcix_regs_clear()
851 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