Home
last modified time | relevance | path

Searched refs:PCI_ERR_CAP_FEP (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie_aer.c432 errcap |= PCI_ERR_CAP_FEP(first_bit); in pcie_aer_update_log()
506 int fep = PCI_ERR_CAP_FEP(errcap); in pcie_aer_record_error()
723 uint32_t first_error = 1U << PCI_ERR_CAP_FEP(errcap); in pcie_aer_write_config()
/openbmc/linux/drivers/pci/pcie/
H A Daer.c787 info.first_error = PCI_ERR_CAP_FEP(aer->cap_control); in cper_print_aer()
1099 info->first_error = PCI_ERR_CAP_FEP(temp); in aer_get_device_error_info()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h783 #define PCI_ERR_CAP_FEP(x) ((x) & 0x1f) /* First Error Pointer */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h785 #define PCI_ERR_CAP_FEP(x) ((x) & 0x1f) /* First Error Pointer */ macro