Searched refs:devctl2 (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/pciex/ |
| H A D | pcie.c | 2840 uint16_t devctl2; in pcie_ari_enable() local 2848 devctl2 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL2); in pcie_ari_enable() 2849 devctl2 |= PCIE_DEVCTL2_ARI_FORWARD_EN; in pcie_ari_enable() 2850 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2); in pcie_ari_enable() 2853 dip, devctl2); in pcie_ari_enable() 2861 uint16_t devctl2; in pcie_ari_disable() local 2869 devctl2 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL2); in pcie_ari_disable() 2870 devctl2 &= ~PCIE_DEVCTL2_ARI_FORWARD_EN; in pcie_ari_disable() 2871 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2); in pcie_ari_disable() 2874 dip, devctl2); in pcie_ari_disable() [all …]
|
| /illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
| H A D | ixgbe_common.c | 3184 s16 devctl2; in ixgbe_pcie_timeout_poll() local 3187 devctl2 = IXGBE_READ_PCIE_WORD(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_pcie_timeout_poll() 3188 devctl2 &= IXGBE_PCIDEVCTRL2_TIMEO_MASK; in ixgbe_pcie_timeout_poll() 3190 switch (devctl2) { in ixgbe_pcie_timeout_poll()
|