Searched refs:PCI_ERR_CAP_FEP (Results 1 – 4 of 4) sorted by relevance
432 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()
787 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()
783 #define PCI_ERR_CAP_FEP(x) ((x) & 0x1f) /* First Error Pointer */ macro
785 #define PCI_ERR_CAP_FEP(x) ((x) & 0x1f) /* First Error Pointer */ macro