Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/pcie/
Daer.c829 info.first_error = PCI_ERR_CAP_FEP(aer->cap_control); in cper_print_aer()
1121 info->first_error = PCI_ERR_CAP_FEP(temp); in aer_get_device_error_info()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h759 #define PCI_ERR_CAP_FEP(x) ((x) & 31) /* First Error Pointer */ macro