Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c531 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
533 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
535 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
537 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
540 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
542 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
544 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
546 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
567 pcix_bdg_regs->pcix_bdg_stat = PCIX_CAP_GET(32, bus_p, in pf_pcix_regs_gather()
590 pcix_regs->pcix_command = PCIX_CAP_GET(16, bus_p, in pf_pcix_regs_gather()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h130 #define PCIX_CAP_GET(sz, bus_p, off) \ macro