Home
last modified time | relevance | path

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

/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()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h785 #define PCI_ERR_CAP_FEP(x) ((x) & 0x1f) /* First Error Pointer */ macro