Home
last modified time | relevance | path

Searched refs:PCI_EXTCAP_NEXTPTR (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/pciconf/
Dcap.c1083 ptr = PCI_EXTCAP_NEXTPTR(ecap); in list_ecaps()
1138 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pcie_find_cap()
/freebsd-12-stable/sys/dev/pci/
Dpcireg.h165 #define PCI_EXTCAP_NEXTPTR(ecap) (((ecap) & PCIM_EXTCAP_NEXTPTR) >> 20) macro
Dpci.c1574 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_extcap_method()
1604 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_next_extcap_method()
1612 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_next_extcap_method()