Searched refs:PCI_EXTCAP_VER (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/usr.sbin/pciconf/ |
| HD | cap.c | 1253 ecap_aer(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1256 ecap_vc(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1259 ecap_sernum(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1262 ecap_vendor(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1265 ecap_sec_pcie(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1268 ecap_sriov(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1271 ecap_acs(fd, p, ptr, PCI_EXTCAP_VER(ecap)); in list_ecaps() 1280 printf("%s %d\n", name, PCI_EXTCAP_VER(ecap)); in list_ecaps()
|
| /freebsd-13-stable/sys/dev/pci/ |
| HD | pci_iov.c | 134 if (PCI_EXTCAP_VER(version) != 1) { in pci_iov_attach_method() 138 PCI_EXTCAP_VER(version)); in pci_iov_attach_method()
|
| HD | pcireg.h | 164 #define PCI_EXTCAP_VER(ecap) (((ecap) & PCIM_EXTCAP_VER) >> 16) macro
|
| HD | pci_pci.c | 2956 if (PCI_EXTCAP_VER(ari_ver) != PCIB_SUPPORTED_ARI_VER) { in pcib_try_enable_ari() 2960 PCI_EXTCAP_VER(ari_ver)); in pcib_try_enable_ari()
|