Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1174 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, tmp16); in pcie_initchild()
2349 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, tmp16); in pcie_enable_errors()
2361 PCIE_CAP_PUT(16, bus_p, PCIE_ROOTCTL, tmp16); in pcie_enable_errors()
2481 PCIE_CAP_PUT(16, bus_p, PCIE_DEVSTS, in pcie_enable_ce()
2486 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, in pcie_enable_ce()
2853 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2); in pcie_ari_enable()
2874 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2); in pcie_ari_disable()
3088 PCIE_CAP_PUT(16, bus_p, PCIE_LINKCTL, linkctl); in pcie_link_bw_enable()
3286 PCIE_CAP_PUT(16, bus_p, PCIE_LINKSTS, flags); in pcie_link_bw_intr()
3343 PCIE_CAP_PUT(16, bus_p, PCIE_LINKCTL2, ctl2); in pcie_link_set_target()
[all …]
H A Dpcie_fault.c811 PCIE_CAP_PUT(16, bus_p, PCIE_DEVSTS, pcie_regs->pcie_err_status); in pf_pcie_regs_clear()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h122 #define PCIE_CAP_PUT(sz, bus_p, off, val) \ macro