Searched defs:pcie_serr_disable_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c123 * pcie_serr_disable_flag : disable SERR only (in RCR and command reg) x86
130 uint32_t pcie_serr_disable_flag = 0; /* Disable SERR */ variable
551 if (pcie_serr_disable_flag && PCIE_IS_PCIE(bus_p))
1393 tmp16 = pcie_serr_disable_flag ?
1581 if (!pcie_serr_disable_flag) {
1675 return (pcie_serr_disable_flag);
1700 pcie_serr_disable_flag = mask;

Completed in 62 milliseconds