Searched refs:PCI_EXTCAP_VER (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/usr.sbin/pciconf/ |
| HD | cap.c | 1015 ecap_aer(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1018 ecap_vc(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1021 ecap_sernum(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1024 ecap_vendor(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1027 ecap_sec_pcie(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1030 ecap_sriov(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1039 printf("%s %d\n", name, PCI_EXTCAP_VER(ecap)); in list_ecaps()
|
| /freebsd-11-stable/sys/dev/pci/ |
| HD | pci_iov.c | 136 if (PCI_EXTCAP_VER(version) != 1) { in pci_iov_attach_method() 140 PCI_EXTCAP_VER(version)); in pci_iov_attach_method()
|
| HD | pcireg.h | 162 #define PCI_EXTCAP_VER(ecap) (((ecap) & PCIM_EXTCAP_VER) >> 16) macro
|
| HD | pci_pci.c | 2819 if (PCI_EXTCAP_VER(ari_ver) != PCIB_SUPPORTED_ARI_VER) { in pcib_try_enable_ari() 2823 PCI_EXTCAP_VER(ari_ver)); in pcib_try_enable_ari()
|