Searched refs:PCIZ_AER (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/usr.sbin/pciconf/
H A Derr.c162 aer = pcie_find_cap(fd, p, PCIZ_AER);
H A Dcap.c953 { PCIZ_AER, "AER" },
1014 case PCIZ_AER:
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c4239 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) {
6456 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) {
6501 if (pci_find_extcap(dev, PCIZ_AER, &aer) != 0)
H A Dpcireg.h167 #define PCIZ_AER 0x0001 /* Advanced Error Reporting */ macro

Completed in 240 milliseconds