Home
last modified time | relevance | path

Searched refs:PCIZ_AER (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_aer.c56 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 Derr.c157 aer = pcie_find_cap(fd, p, PCIZ_AER); in list_errors()
H A Dcap.c1195 { PCIZ_AER, "AER" }, in pci_find_cap()
1256 case PCIZ_AER:
/freebsd/sys/dev/pci/
H A Dpcireg.h169 #define PCIZ_AER 0x0001 /* Advanced Error Reporting */ macro
H A Dpci.c4468 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 Dpci.h234 #define PCI_EXT_CAP_ID_ERR PCIZ_AER