Searched refs:PCIZ_AER (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_aer.c | 56 if (pci_find_extcap(dev, PCIZ_AER, &aer_offset) == 0) { in adf_aer_store_ppaerucm_reg() 126 if (pci_find_extcap(pdev, PCIZ_AER, &aer_offset) == 0) { in adf_dev_pre_reset() 152 if (pci_find_extcap(pdev, PCIZ_AER, &aer_offset) == 0) { in adf_dev_post_reset()
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | err.c | 157 aer = pcie_find_cap(fd, p, PCIZ_AER); in list_errors()
|
| H A D | cap.c | 1195 { PCIZ_AER, "AER" }, in pci_find_cap() 1256 case PCIZ_AER:
|
| /freebsd/sys/dev/pci/ |
| H A D | pcireg.h | 169 #define PCIZ_AER 0x0001 /* Advanced Error Reporting */ macro
|
| H A D | pci.c | 4468 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) { in pci_add_child_clear_aer() 6691 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) { in pcie_apei_error() 6965 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) { in pci_print_faulted_dev() 7021 if (pci_find_extcap(dev, PCIZ_AER, &aer) != 0) in db_clear_pcie_errors()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 234 #define PCI_EXT_CAP_ID_ERR PCIZ_AER
|