Searched refs:devctl2 (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 2167 uint16_t devctl2; local 2175 devctl2 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL2); 2176 devctl2 |= PCIE_DEVCTL2_ARI_FORWARD_EN; 2177 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2); 2180 dip, devctl2); 2188 uint16_t devctl2; local 2196 devctl2 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL2); 2197 devctl2 &= ~PCIE_DEVCTL2_ARI_FORWARD_EN; 2198 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2); 2201 dip, devctl2); 2209 uint16_t devctl2; local [all...] |
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.c | 3076 s16 devctl2; local 3079 devctl2 = IXGBE_READ_PCIE_WORD(hw, IXGBE_PCI_DEVICE_CONTROL2); 3080 devctl2 &= IXGBE_PCIDEVCTRL2_TIMEO_MASK; 3082 switch (devctl2) {
|
Completed in 72 milliseconds