Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c1741 u32_t pci_devctl = 0 ; in lm_set_pcie_nfe_report() local
1742 pci_devctl = REG_RD(pdev,GRCBASE_PCICONFIG + PCICFG_DEVICE_CONTROL); in lm_set_pcie_nfe_report()
1743 RESET_FLAGS( pci_devctl, PCICFG_DEVICE_STATUS_NON_FATAL_ERR_DET ); in lm_set_pcie_nfe_report()
1744 REG_WR(pdev,GRCBASE_PCICONFIG + PCICFG_DEVICE_CONTROL,pci_devctl); in lm_set_pcie_nfe_report()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c5311 u16_t pci_devctl; in lm_set_pcie_nfe_report() local
5312 REG_RD(pdev,pci_config.pcicfg_device_control,&pci_devctl); in lm_set_pcie_nfe_report()
5313 pci_devctl &= ~PCICFG_DEVICE_CONTROL_NON_FATAL_REP_ENA; in lm_set_pcie_nfe_report()
5314 REG_WR(pdev,pci_config.pcicfg_device_control,pci_devctl); in lm_set_pcie_nfe_report()